Skip to content

Commit ad55882

Browse files
tmshortopenshift-merge-bot[bot]
authored andcommitted
UPSTREAM: <carry>: Add caalogd-cas-dir option to op-con
Signed-off-by: Todd Short <[email protected]>
1 parent 209ff44 commit ad55882

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

openshift/operator-controller/kustomize/overlays/openshift/olmv1-ns/patches/manager_deployment_certs.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,9 @@
1616
- op: add
1717
path: /spec/template/spec/containers/0/args/-
1818
value: "--tls-key=/var/certs/tls.key"
19+
- op: add
20+
path: /spec/template/spec/containers/0/args/-
21+
value: "--catalogd-cas-dir=/var/ca-certs"
1922
- op: add
2023
path: /spec/template/spec/containers/0/env
2124
value: [{"name":"SSL_CERT_DIR", "value":"/var/ca-certs"}]

openshift/operator-controller/manifests/20-deployment-openshift-operator-controller-operator-controller-controller-manager.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ spec:
4545
- --leader-elect
4646
- --tls-cert=/var/certs/tls.crt
4747
- --tls-key=/var/certs/tls.key
48+
- --catalogd-cas-dir=/var/ca-certs
4849
- --v=${LOG_VERBOSITY}
4950
- --global-pull-secret=openshift-config/pull-secret
5051
command:

0 commit comments

Comments
 (0)