diff --git a/charts/producer-app-cleanup-job/templates/configmap.yaml b/charts/producer-app-cleanup-job/templates/configmap.yaml index 2355838b..80de6dab 100644 --- a/charts/producer-app-cleanup-job/templates/configmap.yaml +++ b/charts/producer-app-cleanup-job/templates/configmap.yaml @@ -3,7 +3,7 @@ apiVersion: v1 kind: ConfigMap metadata: name: {{ template "producer-app.name" . }} - {{- include "producer-app.annotations" . | nindent 2 }} + {{- include "producer-app.annotations" . }} data: {{- range $key, $value := .Values.files }} {{ $key }}: {{ $value.content | quote }} diff --git a/charts/producer-app-cleanup-job/templates/job.yaml b/charts/producer-app-cleanup-job/templates/job.yaml index f7c476ce..5a59b8ec 100644 --- a/charts/producer-app-cleanup-job/templates/job.yaml +++ b/charts/producer-app-cleanup-job/templates/job.yaml @@ -3,7 +3,7 @@ apiVersion: batch/v1 kind: Job metadata: name: {{ template "producer-app.fullname" . }} - {{- include "producer-app.annotations" . | nindent 2 }} + {{- include "producer-app.annotations" . }} labels: app: {{ template "producer-app.name" . }} chart: {{ template "producer-app.chart" . }} diff --git a/charts/producer-app-cleanup-job/templates/secrets.yaml b/charts/producer-app-cleanup-job/templates/secrets.yaml index cd737b1f..ed82c698 100644 --- a/charts/producer-app-cleanup-job/templates/secrets.yaml +++ b/charts/producer-app-cleanup-job/templates/secrets.yaml @@ -3,7 +3,7 @@ apiVersion: v1 kind: Secret metadata: name: {{ template "producer-app.fullname" . }} - {{- include "producer-app.annotations" . | nindent 2 }} + {{- include "producer-app.annotations" . }} type: Opaque data: {{- range $key, $value := .Values.secrets }} diff --git a/charts/producer-app/templates/configmap.yaml b/charts/producer-app/templates/configmap.yaml index 2355838b..80de6dab 100644 --- a/charts/producer-app/templates/configmap.yaml +++ b/charts/producer-app/templates/configmap.yaml @@ -3,7 +3,7 @@ apiVersion: v1 kind: ConfigMap metadata: name: {{ template "producer-app.name" . }} - {{- include "producer-app.annotations" . | nindent 2 }} + {{- include "producer-app.annotations" . }} data: {{- range $key, $value := .Values.files }} {{ $key }}: {{ $value.content | quote }} diff --git a/charts/producer-app/templates/deployment.yaml b/charts/producer-app/templates/deployment.yaml index dff52528..dceae867 100644 --- a/charts/producer-app/templates/deployment.yaml +++ b/charts/producer-app/templates/deployment.yaml @@ -8,8 +8,7 @@ apiVersion: apps/v1beta1 kind: Deployment metadata: name: {{ template "producer-app.fullname" . }} - {{- include "producer-app.annotations" . | nindent 2 }} - + {{- include "producer-app.annotations" . }} labels: app: {{ template "producer-app.name" . }} chart: {{ template "producer-app.chart" . }} diff --git a/charts/producer-app/templates/job.yaml b/charts/producer-app/templates/job.yaml index cd1efac0..bbd729aa 100644 --- a/charts/producer-app/templates/job.yaml +++ b/charts/producer-app/templates/job.yaml @@ -13,7 +13,7 @@ kind: Job {{- end }} metadata: name: {{ template "producer-app.fullname" . }} - {{- include "producer-app.annotations" . | nindent 2 }} + {{- include "producer-app.annotations" . }} labels: app: {{ template "producer-app.name" . }} chart: {{ template "producer-app.chart" . }} diff --git a/charts/producer-app/templates/secrets.yaml b/charts/producer-app/templates/secrets.yaml index cd737b1f..ed82c698 100644 --- a/charts/producer-app/templates/secrets.yaml +++ b/charts/producer-app/templates/secrets.yaml @@ -3,7 +3,7 @@ apiVersion: v1 kind: Secret metadata: name: {{ template "producer-app.fullname" . }} - {{- include "producer-app.annotations" . | nindent 2 }} + {{- include "producer-app.annotations" . }} type: Opaque data: {{- range $key, $value := .Values.secrets }} diff --git a/charts/producer-app/templates/service.yaml b/charts/producer-app/templates/service.yaml index 82ee5ba7..fa4ca75a 100644 --- a/charts/producer-app/templates/service.yaml +++ b/charts/producer-app/templates/service.yaml @@ -3,7 +3,7 @@ apiVersion: v1 kind: Service metadata: name: {{ template "producer-app.fullname" . }} - {{- include "producer-app.annotations" . | nindent 2 }} + {{- include "producer-app.annotations" . }} labels: app: {{ template "producer-app.name" . }} chart: {{ template "producer-app.chart" . }} diff --git a/charts/streams-app-cleanup-job/templates/configmap.yaml b/charts/streams-app-cleanup-job/templates/configmap.yaml index e18b05b0..03f0db84 100644 --- a/charts/streams-app-cleanup-job/templates/configmap.yaml +++ b/charts/streams-app-cleanup-job/templates/configmap.yaml @@ -3,7 +3,7 @@ apiVersion: v1 kind: ConfigMap metadata: name: {{ template "streams-app.name" . }} - {{- include "streams-app.annotations" . | nindent 2 }} + {{- include "streams-app.annotations" . }} data: {{- range $key, $value := .Values.files }} {{ $key }}: {{ $value.content | quote }} diff --git a/charts/streams-app-cleanup-job/templates/job.yaml b/charts/streams-app-cleanup-job/templates/job.yaml index 15c0179d..d03a5f01 100644 --- a/charts/streams-app-cleanup-job/templates/job.yaml +++ b/charts/streams-app-cleanup-job/templates/job.yaml @@ -3,7 +3,7 @@ apiVersion: batch/v1 kind: Job metadata: name: {{ template "streams-app.fullname" . }} - {{- include "streams-app.annotations" . | nindent 2 }} + {{- include "streams-app.annotations" . }} labels: app: {{ template "streams-app.name" . }} chart: {{ template "streams-app.chart" . }} diff --git a/charts/streams-app-cleanup-job/templates/secrets.yaml b/charts/streams-app-cleanup-job/templates/secrets.yaml index bdb2cb0f..8c818c94 100644 --- a/charts/streams-app-cleanup-job/templates/secrets.yaml +++ b/charts/streams-app-cleanup-job/templates/secrets.yaml @@ -3,7 +3,7 @@ apiVersion: v1 kind: Secret metadata: name: {{ template "streams-app.fullname" . }} - {{- include "streams-app.annotations" . | nindent 2 }} + {{- include "streams-app.annotations" . }} type: Opaque data: {{- range $key, $value := .Values.secrets }}