File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
docs/modules/opa/pages/reference Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ docker run \
3030--env KUBECONFIG=/home/stackable/.kube/config \
3131--env KUBERNETES_CLUSTER_DOMAIN=mycluster.local \
3232--mount type=bind,source="$HOME/.kube/config",target="/home/stackable/.kube/config" \
33- oci.stackable.tech/sdp/opa-operator:latest
33+ oci.stackable.tech/sdp/opa-operator:0.0.0-dev
3434----
3535
3636== PRODUCT_CONFIG
@@ -56,7 +56,7 @@ docker run \
5656 --env KUBECONFIG=/home/stackable/.kube/config \
5757 --env PRODUCT_CONFIG=/my/product/config.yaml \
5858 --mount type=bind,source="$HOME/.kube/config",target="/home/stackable/.kube/config" \
59- oci.stackable.tech/sdp/opa-operator:latest
59+ oci.stackable.tech/sdp/opa-operator:0.0.0-dev
6060----
6161
6262== WATCH_NAMESPACE
@@ -85,7 +85,7 @@ docker run \
8585--env KUBECONFIG=/home/stackable/.kube/config \
8686--env WATCH_NAMESPACE=test \
8787--mount type=bind,source="$HOME/.kube/config",target="/home/stackable/.kube/config" \
88- oci.stackable.tech/sdp/opa-operator:latest
88+ oci.stackable.tech/sdp/opa-operator:0.0.0-dev
8989----
9090
9191== OPA_BUNDLE_BUILDER_CLUSTERROLE
You can’t perform that action at this time.
0 commit comments