Skip to content

Commit

Permalink
Add oauth-cabundle configmap to bundle mount (#853)
Browse files Browse the repository at this point in the history
  • Loading branch information
nrfox authored Dec 3, 2024
1 parent 401510e commit 36e97ca
Showing 1 changed file with 7 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -171,8 +171,13 @@ spec:
secretName: {{ kiali_vars.deployment.secret_name }}
optional: true
- name: kiali-cabundle
configMap:
name: {{ kiali_vars.deployment.instance_name }}-cabundle
projected:
sources:
- configMap:
name: {{ kiali_vars.deployment.instance_name }}-cabundle
- configMap:
name: {{ kiali_vars.deployment.instance_name }}-oauth-cabundle
optional: true
{% for sec in kiali_deployment_secret_volumes %}
- name: {{ sec }}
secret:
Expand Down

0 comments on commit 36e97ca

Please sign in to comment.