diff --git a/examples/app/templates/myapp-service.yaml b/examples/app/templates/myapp-service.yaml index 9d6da27..4be0946 100644 --- a/examples/app/templates/myapp-service.yaml +++ b/examples/app/templates/myapp-service.yaml @@ -11,4 +11,4 @@ spec: app: myapp {{- include "app.selectorLabels" . | nindent 4 }} ports: - {{- .Values.myappService.ports | toYaml | nindent 2 -}} \ No newline at end of file + {{- .Values.myappService.ports | toYaml | nindent 2 }} \ No newline at end of file diff --git a/examples/app/templates/nginx.yaml b/examples/app/templates/nginx.yaml index 2e10785..c10df4c 100644 --- a/examples/app/templates/nginx.yaml +++ b/examples/app/templates/nginx.yaml @@ -11,4 +11,4 @@ spec: app: nginx {{- include "app.selectorLabels" . | nindent 4 }} ports: - {{- .Values.nginx.ports | toYaml | nindent 2 -}} \ No newline at end of file + {{- .Values.nginx.ports | toYaml | nindent 2 }} \ No newline at end of file diff --git a/examples/operator/templates/metrics-service.yaml b/examples/operator/templates/metrics-service.yaml index 8119a00..222169c 100644 --- a/examples/operator/templates/metrics-service.yaml +++ b/examples/operator/templates/metrics-service.yaml @@ -11,4 +11,4 @@ spec: control-plane: controller-manager {{- include "operator.selectorLabels" . | nindent 4 }} ports: - {{- .Values.metricsService.ports | toYaml | nindent 2 -}} \ No newline at end of file + {{- .Values.metricsService.ports | toYaml | nindent 2 }} \ No newline at end of file diff --git a/examples/operator/templates/webhook-service.yaml b/examples/operator/templates/webhook-service.yaml index facf618..58ff10f 100644 --- a/examples/operator/templates/webhook-service.yaml +++ b/examples/operator/templates/webhook-service.yaml @@ -10,4 +10,4 @@ spec: control-plane: controller-manager {{- include "operator.selectorLabels" . | nindent 4 }} ports: - {{- .Values.webhookService.ports | toYaml | nindent 2 -}} \ No newline at end of file + {{- .Values.webhookService.ports | toYaml | nindent 2 }} \ No newline at end of file