Created
May 15, 2023 15:36
-
-
Save jovemfelix/007f44eaa0af6defd53dae6adc9193ce to your computer and use it in GitHub Desktop.
Example of RHSSO CRD Credential
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
apiVersion: v1 | |
kind: Secret | |
metadata: | |
labels: | |
app: keycloak | |
keycloak: rhsso | |
name: credential-rhsso | |
namespace: my-namespace | |
stringData: | |
ADMIN_USERNAME: my-super-user | |
ADMIN_PASSWORD: my-password | |
type: Opaque |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment