Skip to content

Commit

Permalink
Fix value name (external-secrets#2985)
Browse files Browse the repository at this point in the history
  • Loading branch information
Aransh authored Jan 3, 2024
1 parent cbb2c40 commit bfc158a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{{- if and .Values.certController.create (not .Values.webhook.certManager.enable) }}
{{- if and .Values.certController.create (not .Values.webhook.certManager.enabled) }}
apiVersion: apps/v1
kind: Deployment
metadata:
Expand Down

0 comments on commit bfc158a

Please sign in to comment.