Skip to content

Commit 4e312dc

Browse files
Merge pull request #142 from tmshort/clean-cp-manifests
NO-ISSUE: Remove conditionals for cp-manifests use
2 parents c71dcb9 + f3e8190 commit 4e312dc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

manifests/0000_51_olm_06_deployment.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ spec:
3232
- /bin/sh
3333
args:
3434
- -c
35-
- if [ -e /cp-manifests ]; then /cp-manifests /operand-assets; else cp -a /openshift/manifests /operand-assets/catalogd; fi
35+
- /cp-manifests /operand-assets
3636
volumeMounts:
3737
- mountPath: /operand-assets
3838
name: operand-assets
@@ -46,7 +46,7 @@ spec:
4646
- /bin/sh
4747
args:
4848
- -c
49-
- if [ -e /cp-manifests ]; then /cp-manifests /operand-assets; else cp -a /openshift/manifests /operand-assets/operator-controller; fi
49+
- /cp-manifests /operand-assets
5050
volumeMounts:
5151
- mountPath: /operand-assets
5252
name: operand-assets

0 commit comments

Comments
 (0)