Open kriswuollett opened 1 year ago
@kriswuollett is the manifest that you applied are available publicly ? it will help in reproducing it.
Yes, the keycloak-operator
is open source. I simply vendored it into my repo and added my own Kustomization setup:
third_party-keycloak_keycloak-operator.tar.gz
Which I then wrap up with Kpt (ignore wrong relative path since I left off the top level directory with my project name):
infra_keycloak-operator.tar.gz
I left out the kustomization that imports the operator base as it doesn't apply in any transforms at all, but here is the CRD used (with redacted
as a placeholder for my project name):
apiVersion: k8s.keycloak.org/v2alpha1
kind: Keycloak
metadata:
name: keycloak-redacted
spec:
instances: 1
http:
httpEnabled: true
hostname:
adminUrl: https://auth.redacted.local:15443
strict: true
strictBackchannel: false
additionalOptions:
- name: hostname-url
value: https://auth.redacted.local:15443
- name: hostname-strict-https
value: "false"
ingress:
enabled: false
db:
vendor: postgres
host: redacted-primary.redacted-data-postgres.svc
usernameSecret:
name: redacted-pguser-keycloak
key: user
passwordSecret:
name: redacted-pguser-keycloak
key: password
Resources related to
keycloak-operator
, here is what was progressing:And what seemed to not print completely: