This includes an introduction of a `--pass-credentials` flag for the
`flux create source helm` command to allow configuring the new
option introduced.
Signed-off-by: Hidde Beydals <hello@hidde.co>
createSourceHelmCmd.Flags().StringVar(&sourceHelmArgs.caFile,"ca-file","","TLS authentication CA file path")
createSourceHelmCmd.Flags().StringVar(&sourceHelmArgs.caFile,"ca-file","","TLS authentication CA file path")
createSourceHelmCmd.Flags().StringVarP(&sourceHelmArgs.secretRef,"secret-ref","","","the name of an existing secret containing TLS or basic auth credentials")
createSourceHelmCmd.Flags().StringVarP(&sourceHelmArgs.secretRef,"secret-ref","","","the name of an existing secret containing TLS or basic auth credentials")
createSourceHelmCmd.Flags().BoolVarP(&sourceHelmArgs.passCredentials,"pass-credentials","",false,"pass credentials to all domains")