File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -71,7 +71,7 @@ func main() {
7171 kingpin .Flag ("enable-configmap-support" , "Enable support for ConfigMaps on StackSets." ).Default ("false" ).BoolVar (& config .ConfigMapSupportEnabled )
7272 kingpin .Flag ("enable-secret-support" , "Enable support for Secrets on StackSets." ).Default ("false" ).BoolVar (& config .SecretSupportEnabled )
7373 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 )
7575 kingpin .Parse ()
7676
7777 if config .Debug {
You can’t perform that action at this time.
0 commit comments