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.
2 parents 5f2ef82 + ff5e73b commit e84fae5Copy full SHA for e84fae5
modules/secrets-store-vault.adoc
@@ -174,7 +174,7 @@ $ TOKEN_REVIEWER_JWT="$(oc exec vault-0 --namespace=vault -- cat /var/run/secret
174
+
175
[source,terminal]
176
----
177
-$ KUBERNETES_SERVICE_IP="$(oc get svc kubernetes -o go-template="{{ .spec.clusterIP }}")"
+$ KUBERNETES_SERVICE_IP="$(oc get svc kubernetes --namespace=default -o go-template="{{ .spec.clusterIP }}")"
178
179
180
... Update the Kubernetes auth method by running the following command:
0 commit comments