We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 458dd19 commit 0da44b7Copy full SHA for 0da44b7
1 file changed
test/scripts/ceph/github-action-helper.sh
@@ -68,6 +68,7 @@ function deploy_rook() {
68
with(select(.kind == "ConfigMap");
69
.data.CSI_ENABLE_CSIADDONS = "true" |
70
.data.ROOK_CSIADDONS_IMAGE = "quay.io/csiaddons/k8s-sidecar:test" |
71
+ .data.ROOK_CSI_CEPH_IMAGE = "quay.io/cephcsi/cephcsi:canary" |
72
.data.CSI_LOG_LEVEL = "5"
73
)' operator.yaml
74
kubectl_retry create -f crds.yaml
0 commit comments