File tree Expand file tree Collapse file tree 1 file changed +5
-10
lines changed Expand file tree Collapse file tree 1 file changed +5
-10
lines changed Original file line number Diff line number Diff line change @@ -899,18 +899,13 @@ stackset_routegroup_support_enabled: "true"
899
899
# E.g. switching from RouteGroup to Ingress or vice versa.
900
900
stackset_ingress_source_switch_ttl : " 5m"
901
901
902
- # enable/disable configmap support for stackset
903
- {{if eq .Cluster.Environment "e2e"}}
904
- stackset_configmap_support_enabled : " true"
905
- {{else}}
902
+ # enable/disable versioned configuration resources support for stackset
903
+ {{if eq .Cluster.Environment "production"}}
906
904
stackset_configmap_support_enabled : " false"
907
- {{end}}
908
-
909
- # enable/disable secret support for stackset
910
- {{if eq .Cluster.Environment "e2e"}}
911
- stackset_secret_support_enabled : " true"
912
- {{else}}
913
905
stackset_secret_support_enabled : " false"
906
+ {{else}}
907
+ stackset_configmap_support_enabled : " true"
908
+ stackset_secret_support_enabled : " true"
914
909
{{end}}
915
910
916
911
# enable/disable traffic segment support for stackset
You can’t perform that action at this time.
0 commit comments