Skip to content

Commit db246e7

Browse files
nicolasbenderpbusko
andcommitted
Update helm/templates/deployment.yaml
Co-authored-by: Pavel Busko <pavel.busko@sap.com>
1 parent f9ad947 commit db246e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

helm/templates/deployment.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,4 +45,4 @@ spec:
4545
volumes:
4646
- name: policy-agent
4747
secret:
48-
secretName: {{ default "policy-agent" .Values.certificateSecret }}
48+
secretName: {{ required "certificateSecret is a required value" .Values.certificateSecret }}

0 commit comments

Comments
 (0)