Skip to content

Commit 7c9084d

Browse files
authored
Apply the namespace to the configmap operator-conf
1 parent 3aaf429 commit 7c9084d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/operator/deploy.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ source $DIR/setup.sh
1919

2020
$DIR/cleanup.sh
2121

22-
$CO_CMD create configmap operator-conf \
22+
$CO_CMD --namespace=$CO_NAMESPACE create configmap operator-conf \
2323
--from-file=$COROOT/conf/postgres-operator/backup-job.json \
2424
--from-file=$COROOT/conf/postgres-operator/pvc.json \
2525
--from-file=$COROOT/conf/postgres-operator/pvc-storageclass.json \

0 commit comments

Comments
 (0)