UNCLASSIFIED - NO CUI

Skip to content
Snippets Groups Projects

Disable keycloak helm test until working on rke2

Merged Branden Cobb requested to merge BrandenCobb-master-patch-66080 into master
Compare and
3 files
+ 9
132
Compare changes
  • Side-by-side
  • Inline
Files
3
+ 9
5
hostname: bigbang.dev
flux:
timeout: 30m
interval: 1m
rollback:
cleanupOnFail: false
@@ -865,7 +866,7 @@ addons:
keycloak:
enabled: false
ingress:
gateway: "public"
gateway: "passthrough"
values:
replicas: 1
resources:
@@ -881,7 +882,6 @@ addons:
cypress_url: "https://keycloak.bigbang.dev"
cypress_username: "admin"
cypress_password: "password"
# Custom dev secret configuration
secrets:
env:
stringData:
@@ -907,6 +907,12 @@ addons:
- name: realm
secret:
secretName: {{ include "keycloak.fullname" . }}-realm
- name: tlscert
secret:
secretName: passthrough-cert
- name: tlskey
secret:
secretName: passthrough-cert
extraVolumeMounts: |-
- name: certauthority
mountPath: /etc/x509/https/cas.pem
@@ -920,8 +926,6 @@ addons:
mountPath: /opt/jboss/keycloak/realm.json
subPath: realm.json
readOnly: true
extraVolumeMountsBigBang:
- name: tlscert
mountPath: /etc/x509/https/tls.crt
subPath: tls.crt
@@ -929,4 +933,4 @@ addons:
- name: tlskey
mountPath: /etc/x509/https/tls.key
subPath: tls.key
readOnly: true
readOnly: true
\ No newline at end of file
Loading