We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I am getting that error message. My keycloaks.k8s.kiwigrid.com looks like this:
keycloaks.k8s.kiwigrid.com
apiVersion: k8s.kiwigrid.com/v1beta1 kind: Keycloak metadata: name: keycloak-test1 spec: clientId: admin-cli passwordSecretKey: password passwordSecretName: keycloak-http passwordSecretNamespace: keycloak-test1 realm: master url: https://keycloak-test1.mydomain.org/auth username: admin
The secret also exists and was created this way
kubectl create secret generic keycloak-http \ --from-literal=password=$(openssl rand -base64 32 | tr -d "\n" | base64)
What can I do to debug this further?
The text was updated successfully, but these errors were encountered:
sschnabe
No branches or pull requests
I am getting that error message. My
keycloaks.k8s.kiwigrid.com
looks like this:The secret also exists and was created this way
kubectl create secret generic keycloak-http \ --from-literal=password=$(openssl rand -base64 32 | tr -d "\n" | base64)
What can I do to debug this further?
The text was updated successfully, but these errors were encountered: