Skip to content

Commit

Permalink
removed include and with values corrected
Browse files Browse the repository at this point in the history
  • Loading branch information
Strigix committed Dec 5, 2023
1 parent 48fa60b commit b7dc9d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion helm/pss-operator/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ spec:
- daemon
- --config.dirs=/var/run/{{ include "name" . }}/configmap/
- --config.files=config
- --provider={{ include ".Values.provider.kind" . }}
- --provider={{ .Values.provider.kind }}
volumeMounts:
- name: {{ include "name" . }}-configmap
mountPath: /var/run/{{ include "name" . }}/configmap/
Expand Down

0 comments on commit b7dc9d9

Please sign in to comment.