Skip to content

Commit

Permalink
fix(charts/passbolt): was calling wrong template [pack passbolt]
Browse files Browse the repository at this point in the history
  • Loading branch information
robinbourianes-kalisio committed Feb 16, 2022
1 parent 8440d69 commit 97c8446
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion charts/passbolt/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -73,5 +73,5 @@ spec:
volumes:
- name: passbolt-server-key
secret:
secretName: {{ include "common.environment.render" (dict "env" .Values.serverKeySecret "context" $) }}
secretName: {{ include "common.tplvalues.render" (dict "value" .Values.serverKeySecret "context" $) }}
{{- end }}

0 comments on commit 97c8446

Please sign in to comment.