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, basic auth or docker-config credentials")
createSourceHelmCmd.Flags().StringVar(&sourceHelmArgs.ociProvider,"oci-provider","","OCI provider for authentication")
createSourceHelmCmd.Flags().BoolVarP(&sourceHelmArgs.passCredentials,"pass-credentials","",false,"pass credentials to all domains")