Skip to content

Commit

Permalink
change from k to g to avoid a conflict
Browse files Browse the repository at this point in the history
  • Loading branch information
mlbiam committed Oct 16, 2024
1 parent 1e917cc commit 219cc90
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/installSatelite.go
Original file line number Diff line number Diff line change
Expand Up @@ -66,5 +66,5 @@ func init() {
installSateliteCmd.PersistentFlags().StringVarP(&controlPlaneOrchestraChartName, "control-plane-orchestra-chart-name", "q", "orchestra", "The name of the orchestra chart on the control plane")
installSateliteCmd.PersistentFlags().StringVarP(&controlPlaneSecretName, "control-plane-secret-name", "w", "orchestra-secrets-source", "The name of the secret on the control plane to store client secrets in")

installAuthPortalCmd.PersistentFlags().BoolVarP(&skipClusterManagement, "skip-controlplane-integration", "k", false, "Set to true if skipping the control plane integration step. Used when upgrading a satelite.")
installAuthPortalCmd.PersistentFlags().BoolVarP(&skipClusterManagement, "skip-controlplane-integration", "g", false, "Set to true if skipping the control plane integration step. Used when upgrading a satelite.")
}

0 comments on commit 219cc90

Please sign in to comment.