UNCLASSIFIED - NO CUI

Skip to content
Snippets Groups Projects

Add trigger-rules support

Merged Lucas Pick requested to merge trigger-rules into main
Files
5
@@ -12,6 +12,9 @@ stringData:
"allow_unmatched_requests": {{ .Values.allow_unmatched_requests }},
"listen_address": "0.0.0.0",
"listen_port": "{{ .Values.service.port }}",
{{- if .Values.trigger_rules }}
"trigger_rules": {{ toJson .Values.trigger_rules }},
{{- end }}
"log_level": "{{ .Values.config.logLevel }}",
"default_oidc_config": {
"skip_verify_peer_cert": {{ $.Values.global.skip_verify_peer_cert }},
@@ -115,7 +118,7 @@ stringData:
{{- if .client_secret }}
"client_secret": "{{ .client_secret }}",
{{- end }}
"cookie_name_prefix": "{{ $k }}",
"cookie_name_prefix": "{{ default $k .cookie_name_prefix }}",
{{- if .certificate_authority }}
{{- if contains "\\n" .certificate_authority }}
"trusted_certificate_authority": "{{ .certificate_authority }}",
Loading