Skip to content

Commit

Permalink
Fix issue #248: extraVolumes not working if either authz or `boot…
Browse files Browse the repository at this point in the history
…strapPolicies` are not enabled;

Signed-off-by: Romain Caire <romain.caire@shadow.tech>
  • Loading branch information
supercairos committed Mar 11, 2024
1 parent 05429a1 commit 0d01d01
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion charts/opa-kube-mgmt/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -252,9 +252,9 @@ spec:
- key: {{ .Values.authz.mgmtToken.secretKey | default "mgmtToken" }}
path: mgmt-token
{{- end }}
{{- end }}
{{- if .Values.extraVolumes }}
{{ toYaml .Values.extraVolumes | indent 8}}
{{- end }}
{{- end }}
affinity:
{{ toYaml .Values.affinity | indent 8 }}
Expand Down

0 comments on commit 0d01d01

Please sign in to comment.