Closed kami619 closed 2 weeks ago
Thank you - I think it will be green when you roll back the changes in provision/minikube/keycloak/templates/keycloak.yaml
, the build will be green. Still, we might want those changes to be able to test in a mixed cluster, so then they would need to be conditional on an architecture selector.
We can use this in keycloak.yaml
{{ if eq .Values.environment "openshift" }}
Hm, with the change {{ if eq .Values.environment "openshift" }}
we now enforce ARM on OpenShift all the time. We would need to do this only on mixed clusters, as arm would be the default anyway in a pure ARM cluster. I'll comment in the parent issue about what is in scope and what not.
Fixes #1022