UNCLASSIFIED - NO CUI

Skip to content
Snippets Groups Projects
Commit 4e4d437b authored by Micah Nagel's avatar Micah Nagel
Browse files

Update Redis for Authservice

parent 3c585d01
No related branches found
No related tags found
1 merge request!598Update Redis for Authservice
......@@ -30,6 +30,14 @@ global:
certificate_authority: {{ .Values.sso.certificate_authority }}
{{- end }}
{{- $authserviceValues := .Values.addons.authservice.values | default dict }}
{{- $redisValues := $authserviceValues.redis | default dict }}
{{- if hasKey $redisValues "enabled" }}
{{- if $redisValues.enabled }}
redis_server_uri: "tcp://authservice-authservice-redis-bb-master:6379"
{{- end }}
{{- end }}
chains:
{{- if .Values.addons.authservice.chains }}
{{ .Values.addons.authservice.chains | toYaml | nindent 2 }}
......
......@@ -436,7 +436,7 @@ addons:
git:
repo: https://repo1.dso.mil/platform-one/big-bang/apps/core/authservice.git
path: "./chart"
tag: "0.4.0-bb.6"
tag: "0.4.0-bb.8"
# -- Flux reconciliation overrides specifically for the Authservice Package
flux: {}
......
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