Remove warning when adding OpenShift client via oc create in OCP4 (#1250)

This commit is contained in:
Dominik Guhr 2021-11-10 09:48:26 +01:00 committed by GitHub
parent 3d7bf376c3
commit 99a80954f6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -61,7 +61,7 @@ image:images/openshift-4-add-identity-provider.png[Add Identity Provider]
----
$ oc create -f <(echo '
kind: OAuthClient
apiVersion: v1
apiVersion: oauth.openshift.io/v1
metadata:
name: keycloak-broker <1>
secret: "..." <2>