Skip to content

Commit 90ed27f

Browse files
tmshortopenshift-merge-bot[bot]
authored andcommitted
UPSTREAM: 316: Add catalogd-cas-dir option to op-con
Fixes OCPBUGS-55172 Signed-off-by: Todd Short <[email protected]>
1 parent 9d64235 commit 90ed27f

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@
44
- op: add
55
path: /spec/template/spec/containers/0/volumeMounts/-
66
value: {"name":"ca-certs", "mountPath":"/var/ca-certs", "readOnly": true}
7+
- op: add
8+
path: /spec/template/spec/containers/0/args/-
9+
value: "--catalogd-cas-dir=/var/ca-certs"
710
- op: add
811
path: /spec/template/spec/containers/0/env
912
value: [{"name":"SSL_CERT_DIR", "value":"/var/ca-certs"}]

openshift/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
@@ -43,6 +43,7 @@ spec:
4343
- --health-probe-bind-address=:8081
4444
- --metrics-bind-address=127.0.0.1:8080
4545
- --leader-elect
46+
- --catalogd-cas-dir=/var/ca-certs
4647
- --v=${LOG_VERBOSITY}
4748
- --global-pull-secret=openshift-config/pull-secret
4849
command:

0 commit comments

Comments
 (0)