UNCLASSIFIED - NO CUI

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

Merge branch 'micah.nagel-master-patch-79531' into 'master'

Update Redis for Authservice

Closes #475

See merge request platform-one/big-bang/bigbang!598
parents 43abaaf6 4e4d437b
No related branches found
No related tags found
1 merge request!598Update Redis for Authservice
Pipeline #339600 passed
......@@ -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