Skip to content

Commit 2e9539c

Browse files
committed
update examples
1 parent 7571c47 commit 2e9539c

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

examples/app/templates/myapp-service.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,4 @@ spec:
1111
app: myapp
1212
{{- include "app.selectorLabels" . | nindent 4 }}
1313
ports:
14-
{{- .Values.myappService.ports | toYaml | nindent 2 -}}
14+
{{- .Values.myappService.ports | toYaml | nindent 2 }}

examples/app/templates/nginx.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,4 @@ spec:
1111
app: nginx
1212
{{- include "app.selectorLabels" . | nindent 4 }}
1313
ports:
14-
{{- .Values.nginx.ports | toYaml | nindent 2 -}}
14+
{{- .Values.nginx.ports | toYaml | nindent 2 }}

examples/operator/templates/metrics-service.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,4 @@ spec:
1111
control-plane: controller-manager
1212
{{- include "operator.selectorLabels" . | nindent 4 }}
1313
ports:
14-
{{- .Values.metricsService.ports | toYaml | nindent 2 -}}
14+
{{- .Values.metricsService.ports | toYaml | nindent 2 }}

examples/operator/templates/webhook-service.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,4 @@ spec:
1010
control-plane: controller-manager
1111
{{- include "operator.selectorLabels" . | nindent 4 }}
1212
ports:
13-
{{- .Values.webhookService.ports | toYaml | nindent 2 -}}
13+
{{- .Values.webhookService.ports | toYaml | nindent 2 }}

0 commit comments

Comments
 (0)