Skip to content

Commit

Permalink
Add validator for feature flags (#592)
Browse files Browse the repository at this point in the history
  • Loading branch information
moicalcob authored Aug 19, 2024
1 parent c4fb926 commit 8ea80c9
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions chart/templates/_commonChecks.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -248,6 +248,14 @@ NOTE: Remember that with the ingress testing mode the components are not deploye
"PubSubValidator" (list "Check_publish_and_listen_to_topic")
}}
{{/*
We push conditionally new analyzers for the feature flags if the customer defined overridden feature flags
*/}}
{{- if .Values.cartoConfigValues.featureFlagsOverrides }}
{{- $_ := set $preflightsDict "FeatureFlagsValidator" (list "Check_valid_feature_flags") -}}
{{- end }}
{{/*
*/}}
{{/*
We push conditionally new analyzers for the certs provided if they're provided for: Postgres, Redis and Router SSL
*/}}
{{- $certChecks := list }}
Expand Down

0 comments on commit 8ea80c9

Please sign in to comment.