diff --git a/charts/openmetadata/templates/cron-deploy-pipelines.yaml b/charts/openmetadata/templates/cron-deploy-pipelines.yaml index 2ba2bb0..5e933a7 100644 --- a/charts/openmetadata/templates/cron-deploy-pipelines.yaml +++ b/charts/openmetadata/templates/cron-deploy-pipelines.yaml @@ -4,10 +4,10 @@ metadata: name: cron-deploy-pipelines labels: {{- include "OpenMetadata.labels" . | nindent 4 }} - {{- with .Values.deploymentAnnotations }} - annotations: - {{- toYaml . | nindent 4 }} - {{- end }} + {{- with .Values.deploymentAnnotations }} + annotations: + {{- toYaml . | nindent 4 }} + {{- end }} spec: suspend: true failedJobsHistoryLimit: 1 diff --git a/charts/openmetadata/templates/cron-reindex.yaml b/charts/openmetadata/templates/cron-reindex.yaml index df9798a..72f3b02 100644 --- a/charts/openmetadata/templates/cron-reindex.yaml +++ b/charts/openmetadata/templates/cron-reindex.yaml @@ -4,10 +4,10 @@ metadata: name: cron-reindex labels: {{- include "OpenMetadata.labels" . | nindent 4 }} - {{- with .Values.deploymentAnnotations }} - annotations: - {{- toYaml . | nindent 8 }} - {{- end }} + {{- with .Values.deploymentAnnotations }} + annotations: + {{- toYaml . | nindent 4 }} + {{- end }} spec: suspend: true failedJobsHistoryLimit: 1 diff --git a/charts/openmetadata/templates/deployment.yaml b/charts/openmetadata/templates/deployment.yaml index 3cfa869..4bf3d38 100644 --- a/charts/openmetadata/templates/deployment.yaml +++ b/charts/openmetadata/templates/deployment.yaml @@ -4,10 +4,10 @@ metadata: name: {{ include "OpenMetadata.fullname" . }} labels: {{- include "OpenMetadata.labels" . | indent 4 }} - {{- with .Values.deploymentAnnotations }} - annotations: - {{- toYaml . | nindent 4 }} - {{- end }} + {{- with .Values.deploymentAnnotations }} + annotations: + {{- toYaml . | nindent 4 }} + {{- end }} spec: replicas: {{ .Values.replicaCount }} selector: