Skip to content

Commit 38e4620

Browse files
authored
Merge pull request #6984 from zalando-incubator/version-configuration-resources-in-prod
Enable versioned configuration resources support for all environments
2 parents 29dd7d4 + 5a5bb8d commit 38e4620

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

cluster/config-defaults.yaml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -894,13 +894,8 @@ stackset_routegroup_support_enabled: "true"
894894
stackset_ingress_source_switch_ttl: "5m"
895895

896896
# enable/disable versioned configuration resources support for stackset
897-
{{if eq .Cluster.Environment "production"}}
898-
stackset_configmap_support_enabled: "false"
899-
stackset_secret_support_enabled: "false"
900-
{{else}}
901897
stackset_configmap_support_enabled: "true"
902898
stackset_secret_support_enabled: "true"
903-
{{end}}
904899

905900
# enable/disable traffic segment support for stackset
906901
stackset_enable_traffic_segments: "false"

0 commit comments

Comments
 (0)