File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -71,7 +71,7 @@ func main() {
71
71
kingpin .Flag ("enable-configmap-support" , "Enable support for ConfigMaps on StackSets." ).Default ("false" ).BoolVar (& config .ConfigMapSupportEnabled )
72
72
kingpin .Flag ("enable-secret-support" , "Enable support for Secrets on StackSets." ).Default ("false" ).BoolVar (& config .SecretSupportEnabled )
73
73
kingpin .Flag ("enable-pcs-support" , "Enable support for PlatformCredentialsSet on StackSets." ).Default ("false" ).BoolVar (& config .PCSSupportEnabled )
74
- kingpin .Flag ("enable-per-stack-hostname" , "Enable support for per-stack hostnames." ).Default ("false " ).BoolVar (& config .PerStackHostnameEnabled )
74
+ kingpin .Flag ("enable-per-stack-hostname" , "Enable support for per-stack hostnames." ).Default ("true " ).BoolVar (& config .PerStackHostnameEnabled )
75
75
kingpin .Parse ()
76
76
77
77
if config .Debug {
You can’t perform that action at this time.
0 commit comments