diff --git a/tests/test-values.yaml b/tests/test-values.yaml index 345adda9e7cf7e755bf48dbe835b7e34fea03d8c..1e7216c778dba39aed10827ff19cc84527f33dbc 100644 --- a/tests/test-values.yaml +++ b/tests/test-values.yaml @@ -123,6 +123,7 @@ gatekeeper: cpu: 100m memory: 256Mi limits: {} + violations: allowedCapabilities: parameters: @@ -1033,49 +1034,12 @@ addons: cpu: 10m memory: 16Mi limits: {} + # Disabling helm tests for keycloak until they are working on rke2 bbtests: - enabled: true + enabled: false cypress: artifacts: true envs: cypress_url: "https://keycloak.bigbang.dev" cypress_username: "admin" cypress_password: "password" - secrets: - env: - stringData: - CUSTOM_REGISTRATION_CONFIG: /opt/jboss/keycloak/customreg.yaml - KEYCLOAK_IMPORT: /opt/jboss/keycloak/realm.json - X509_CA_BUNDLE: /etc/x509/https/cas.pem - certauthority: - stringData: - cas.pem: '{{ .Files.Get "resources/dev/dod_cas.pem" }}' - customreg: - stringData: - customreg.yaml: '{{ .Files.Get "resources/dev/baby-yoda.yaml" }}' - realm: - stringData: - realm.json: '{{ .Files.Get "resources/dev/baby-yoda.json" }}' - extraVolumes: |- - - name: certauthority - secret: - secretName: {{ include "keycloak.fullname" . }}-certauthority - - name: customreg - secret: - secretName: {{ include "keycloak.fullname" . }}-customreg - - name: realm - secret: - secretName: {{ include "keycloak.fullname" . }}-realm - extraVolumeMounts: |- - - name: certauthority - mountPath: /etc/x509/https/cas.pem - subPath: cas.pem - readOnly: true - - name: customreg - mountPath: /opt/jboss/keycloak/customreg.yaml - subPath: customreg.yaml - readOnly: true - - name: realm - mountPath: /opt/jboss/keycloak/realm.json - subPath: realm.json - readOnly: true