Skip to content

Commit

Permalink
Update config/components/tls/patches/manager_deployment_cert.yaml
Browse files Browse the repository at this point in the history
Co-authored-by: Todd Short <[email protected]>
  • Loading branch information
camilamacedo86 and tmshort authored Dec 3, 2024
1 parent 2177fce commit 38c5804
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/components/tls/patches/manager_deployment_cert.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
- op: add
path: /spec/template/spec/volumes/-
value: {"name":"olmv1-certificate", "secret":{"secretName":"olmv1-cert", "optional": false, "items": [{"key": "ca.crt", "path": "olm-ca.crt"}, {"key": "tls.crt", "path": "tls.crt"}, {"key": "tls.key", "path": "tls.key"}]}}
value: {"name":"olmv1-certificate", "secret":{"secretName":"olmv1-cert", "optional": false, "items": [{"key": "ca.crt", "path": "olm-ca.crt"}, {"key": "tls.crt", "path": "tls.cert"}, {"key": "tls.key", "path": "tls.key"}]}}
- op: add
path: /spec/template/spec/containers/0/volumeMounts/-
value: {"name":"olmv1-certificate", "readOnly": true, "mountPath":"/var/certs/"}
Expand Down

0 comments on commit 38c5804

Please sign in to comment.