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.
1 parent b88bee9 commit fab996dCopy full SHA for fab996d
site/quickstart.md
@@ -98,6 +98,7 @@ c. Use `helm` to install and start the operator from the directory you just clo
98
$ helm install kubernetes/charts/weblogic-operator \
99
--name sample-weblogic-operator \
100
--namespace sample-weblogic-operator-ns \
101
+ --set image=oracle/weblogic-kubernetes-operator:2.0-rc2 \
102
--set serviceAccount=sample-weblogic-operator-sa \
103
--set "domainNamespaces={}" \
104
--wait
0 commit comments