diff --git a/charts/tempo-vulture/templates/deployment.yaml b/charts/tempo-vulture/templates/deployment.yaml index 5ef3089291..2da934e3ad 100644 --- a/charts/tempo-vulture/templates/deployment.yaml +++ b/charts/tempo-vulture/templates/deployment.yaml @@ -6,7 +6,7 @@ metadata: {{- include "tempo-vulture.labels" . | nindent 4 }} {{- with .Values.annotations }} annotations: - {{- toYaml . | indent 4 }} + {{- toYaml . | nindent 4 }} {{- end }} spec: minReadySeconds: 10 diff --git a/charts/tempo-vulture/templates/service.yaml b/charts/tempo-vulture/templates/service.yaml index 706ca0b8be..16c02de679 100644 --- a/charts/tempo-vulture/templates/service.yaml +++ b/charts/tempo-vulture/templates/service.yaml @@ -6,7 +6,7 @@ metadata: {{- include "tempo-vulture.labels" . | nindent 4 }} {{- with .Values.annotations }} annotations: - {{- toYaml . | indent 4 }} + {{- toYaml . | nindent 4 }} {{- end }} spec: type: ClusterIP