UNCLASSIFIED - NO CUI

Skip to content
Snippets Groups Projects
Commit 977b2653 authored by Ryan Garcia's avatar Ryan Garcia :dizzy:
Browse files

Merge branch 'keycloak-net-policy' into 'master'

Keycloak net policy

Closes #443

See merge request platform-one/big-bang/bigbang!536
parents 9de9dab2 f03a0214
No related branches found
No related tags found
1 merge request!536Keycloak net policy
Pipeline #306350 passed
......@@ -22,6 +22,9 @@ monitoring:
serviceMonitor:
enabled: {{ .Values.monitoring.enabled }}
networkPolicies:
enabled: {{ .Values.networkPolicies.enabled }}
{{- if .Values.addons.keycloak.database.host }}
postgresql:
enabled: false
......@@ -56,4 +59,4 @@ extraEnvFrom: |
name: 'keycloak-db'
{{- end }}
{{- end }}
\ No newline at end of file
{{- end }}
......@@ -930,7 +930,7 @@ addons:
git:
repo: https://repo1.dso.mil/platform-one/big-bang/apps/security-tools/keycloak.git
path: "./chart"
tag: "11.0.0-bb.0"
tag: "11.0.0-bb.1"
# -- Certificate/Key pair to use as the certificate for exposing Keycloak
ingress:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment