Skip to content

Commit

Permalink
should fix helm template for deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
Strigix committed Dec 5, 2023
1 parent d27a7ba commit 5661959
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={{ .Values.provider.kind }}
- --provider={{ include ".Values.provider.kind" . }}
volumeMounts:
- name: {{ include "name" . }}-configmap
mountPath: /var/run/{{ include "name" . }}/configmap/
Expand Down

0 comments on commit 5661959

Please sign in to comment.