We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c71dcb9 + f3e8190 commit 4e312dcCopy full SHA for 4e312dc
manifests/0000_51_olm_06_deployment.yaml
@@ -32,7 +32,7 @@ spec:
32
- /bin/sh
33
args:
34
- -c
35
- - if [ -e /cp-manifests ]; then /cp-manifests /operand-assets; else cp -a /openshift/manifests /operand-assets/catalogd; fi
+ - /cp-manifests /operand-assets
36
volumeMounts:
37
- mountPath: /operand-assets
38
name: operand-assets
@@ -46,7 +46,7 @@ spec:
46
47
48
49
- - if [ -e /cp-manifests ]; then /cp-manifests /operand-assets; else cp -a /openshift/manifests /operand-assets/operator-controller; fi
50
51
52
0 commit comments