Skip to content

Commit

Permalink
fix incorrect value reference for timeoutSeconds
Browse files Browse the repository at this point in the history
  • Loading branch information
bryopsida committed Jul 1, 2023
1 parent 3c88c57 commit 8de64c5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ webhooks:
- name: {{ include "psa-restricted-patcher.fullname" . }}.{{ .Release.Namespace }}.svc
admissionReviewVersions: ["v1"]
sideEffects: None
timeoutSeconds: {{ .Values.timeSeconds | int }}
timeoutSeconds: {{ .Values.timeoutSeconds | int }}
failurePolicy: {{ .Values.failurePolicy | quote }}
reinvocationPolicy: {{ .Values.reinvocationPolicy | quote }}
rules:
Expand Down

0 comments on commit 8de64c5

Please sign in to comment.