UNCLASSIFIED - NO CUI

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

Merge branch '1367-fix-ca-secret-logic' into 'master'

fix for ca-secret creation logic

Closes #1637

See merge request !2957
parents 9832b475 25b6a0c1
No related branches found
No related tags found
1 merge request!2957fix for ca-secret creation logic
Pipeline #2045286 failed
{{- if or (and .Values.monitoring.enabled .Values.monitoring.sso.enabled) (and .Values.grafana.enabled .Values.grafana.sso.enabled) (or .Values.sso.certificate_authority (dig "certificateAuthority" "cert" false .Values.sso)) }}
{{- if and (or (and .Values.monitoring.enabled .Values.monitoring.sso.enabled) (and .Values.grafana.enabled .Values.grafana.sso.enabled)) (or .Values.sso.certificate_authority (dig "certificateAuthority" "cert" false .Values.sso)) }}
apiVersion: v1
kind: Secret
metadata:
......
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