diff --git a/chart/templates/deployment.yaml b/chart/templates/deployment.yaml index 7fe03dd..04eb76b 100644 --- a/chart/templates/deployment.yaml +++ b/chart/templates/deployment.yaml @@ -24,7 +24,7 @@ spec: app.kubernetes.io/instance: {{ .Release.Name }} {{- with .Values.podAnnotations }} annotations: - {{- toYaml . | nindent 4 }} + {{- toYaml . | nindent 8 }} {{- end }} spec: initContainers: diff --git a/chart/values.yaml b/chart/values.yaml index f3d8448..915c541 100644 --- a/chart/values.yaml +++ b/chart/values.yaml @@ -128,8 +128,7 @@ tolerations: [] affinity: {} annotations: {} -podAnnotations: - test: test +podAnnotations: {} livenessProbe: httpGet: