Skip to content

Commit

Permalink
fixup! fix wild tab in service
Browse files Browse the repository at this point in the history
Signed-off-by: Yoan Blanc <[email protected]>
  • Loading branch information
greut authored and arttor committed Nov 7, 2024
1 parent 122794f commit 36da3d4
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions examples/app/templates/myapp-service.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@ spec:
type: {{ .Values.myappService.type }}
selector:
app: myapp
{{- include "app.selectorLabels" . | nindent 4 }}
{{- include "app.selectorLabels" . | nindent 4 }}
ports:
{{- .Values.myappService.ports | toYaml | nindent 2 }}
{{- .Values.myappService.ports | toYaml | nindent 2 }}
4 changes: 2 additions & 2 deletions examples/app/templates/nginx.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@ spec:
type: {{ .Values.nginx.type }}
selector:
app: nginx
{{- include "app.selectorLabels" . | nindent 4 }}
{{- include "app.selectorLabels" . | nindent 4 }}
ports:
{{- .Values.nginx.ports | toYaml | nindent 2 }}
{{- .Values.nginx.ports | toYaml | nindent 2 }}
4 changes: 2 additions & 2 deletions examples/operator/templates/metrics-service.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@ spec:
type: {{ .Values.metricsService.type }}
selector:
control-plane: controller-manager
{{- include "operator.selectorLabels" . | nindent 4 }}
{{- include "operator.selectorLabels" . | nindent 4 }}
ports:
{{- .Values.metricsService.ports | toYaml | nindent 2 }}
{{- .Values.metricsService.ports | toYaml | nindent 2 }}
4 changes: 2 additions & 2 deletions examples/operator/templates/webhook-service.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@ spec:
type: {{ .Values.webhookService.type }}
selector:
control-plane: controller-manager
{{- include "operator.selectorLabels" . | nindent 4 }}
{{- include "operator.selectorLabels" . | nindent 4 }}
ports:
{{- .Values.webhookService.ports | toYaml | nindent 2 }}
{{- .Values.webhookService.ports | toYaml | nindent 2 }}

0 comments on commit 36da3d4

Please sign in to comment.