Skip to content

Instantly share code, notes, and snippets.

@jovemfelix
Created May 15, 2023 15:36
Show Gist options
  • Save jovemfelix/007f44eaa0af6defd53dae6adc9193ce to your computer and use it in GitHub Desktop.
Save jovemfelix/007f44eaa0af6defd53dae6adc9193ce to your computer and use it in GitHub Desktop.
Example of RHSSO CRD Credential
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