diff --git a/helm/charts/keto/templates/deployment.yaml b/helm/charts/keto/templates/deployment.yaml index 6a1d4149a..35846788d 100644 --- a/helm/charts/keto/templates/deployment.yaml +++ b/helm/charts/keto/templates/deployment.yaml @@ -40,7 +40,7 @@ spec: {{- end }} revisionHistoryLimit: {{ .Values.deployment.revisionHistoryLimit }} strategy: - {{- toYaml .Values.strategy | nindent 4 }} + {{- toYaml .Values.deployment.strategy | nindent 4 }} selector: matchLabels: {{- include "keto.selectorLabels" . | nindent 6 }}