Skip to content

Commit

Permalink
update examples
Browse files Browse the repository at this point in the history
  • Loading branch information
arttor committed Feb 16, 2024
1 parent 7571c47 commit 2e9539c
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion examples/app/templates/myapp-service.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ spec:
app: myapp
{{- include "app.selectorLabels" . | nindent 4 }}
ports:
{{- .Values.myappService.ports | toYaml | nindent 2 -}}
{{- .Values.myappService.ports | toYaml | nindent 2 }}
2 changes: 1 addition & 1 deletion examples/app/templates/nginx.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ spec:
app: nginx
{{- include "app.selectorLabels" . | nindent 4 }}
ports:
{{- .Values.nginx.ports | toYaml | nindent 2 -}}
{{- .Values.nginx.ports | toYaml | nindent 2 }}
2 changes: 1 addition & 1 deletion examples/operator/templates/metrics-service.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ spec:
control-plane: controller-manager
{{- include "operator.selectorLabels" . | nindent 4 }}
ports:
{{- .Values.metricsService.ports | toYaml | nindent 2 -}}
{{- .Values.metricsService.ports | toYaml | nindent 2 }}
2 changes: 1 addition & 1 deletion examples/operator/templates/webhook-service.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ spec:
control-plane: controller-manager
{{- include "operator.selectorLabels" . | nindent 4 }}
ports:
{{- .Values.webhookService.ports | toYaml | nindent 2 -}}
{{- .Values.webhookService.ports | toYaml | nindent 2 }}

0 comments on commit 2e9539c

Please sign in to comment.