Skip to content

Commit

Permalink
fix: Keto Deployment strategy reference (#698)
Browse files Browse the repository at this point in the history
Fixes #697
  • Loading branch information
jagregory authored Aug 20, 2024
1 parent ae7785e commit 7234d95
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion helm/charts/keto/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down

0 comments on commit 7234d95

Please sign in to comment.