You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
bootstrapGitHubCmd.Flags().StringVar(&ghSSHHostname, "ssh-hostname", "", "GitHub SSH hostname, to be used when the SSH host differs from the HTTPS one")
90
97
bootstrapGitHubCmd.Flags().StringVar(&ghPath, "path", "", "repository path, when specified the cluster sync will be scoped to this path")
91
98
92
99
bootstrapGitHubCmd.Flags().BoolVar(&ghDelete, "delete", false, "delete repository (used for testing only)")
bootstrapGitLabCmd.Flags().StringVar(&glSSHHostname, "ssh-hostname", "", "GitLab SSH hostname, when specified a deploy key will be added to the repository")
86
+
bootstrapGitLabCmd.Flags().StringVar(&glSSHHostname, "ssh-hostname", "", "GitLab SSH hostname, to be used when the SSH host differs from the HTTPS one")
87
87
bootstrapGitLabCmd.Flags().StringVar(&glPath, "path", "", "repository path, when specified the cluster sync will be scoped to this path")
--network-policy deny ingress access to the toolkit controllers from other namespaces using network policies (default true)
19
19
--registry string container registry where the toolkit images are published (default "ghcr.io/fluxcd")
20
+
--token-auth when enabled, the personal access token will be used instead of SSH deploy key
20
21
-v, --version string toolkit version (default "latest")
21
22
--watch-all-namespaces watch for custom resources in all namespaces, if set to false it will only watch the namespace where the toolkit is installed (default true)
--path string repository path, when specified the cluster sync will be scoped to this path
54
+
--personal is personal repository
55
+
--private is private repository (default true)
56
+
--repository string GitHub repository name
57
+
--ssh-hostname string GitHub SSH hostname, to be used when the SSH host differs from the HTTPS one
58
+
--team stringArray GitHub team to be given maintainer access
55
59
```
56
60
57
61
### Options inherited from parent commands
@@ -68,6 +72,7 @@ flux bootstrap github [flags]
68
72
--network-policy deny ingress access to the toolkit controllers from other namespaces using network policies (default true)
69
73
--registry string container registry where the toolkit images are published (default "ghcr.io/fluxcd")
70
74
--timeout duration timeout for this operation (default 5m0s)
75
+
--token-auth when enabled, the personal access token will be used instead of SSH deploy key
71
76
--verbose print generated objects
72
77
-v, --version string toolkit version (default "latest")
73
78
--watch-all-namespaces watch for custom resources in all namespaces, if set to false it will only watch the namespace where the toolkit is installed (default true)
--ssh-hostname string GitLab SSH hostname, when specified a deploy key will be added to the repository
54
+
--ssh-hostname string GitLab SSH hostname, to be used when the SSH host differs from the HTTPS one
55
55
```
56
56
57
57
### Options inherited from parent commands
@@ -68,6 +68,7 @@ flux bootstrap gitlab [flags]
68
68
--network-policy deny ingress access to the toolkit controllers from other namespaces using network policies (default true)
69
69
--registry string container registry where the toolkit images are published (default "ghcr.io/fluxcd")
70
70
--timeout duration timeout for this operation (default 5m0s)
71
+
--token-auth when enabled, the personal access token will be used instead of SSH deploy key
71
72
--verbose print generated objects
72
73
-v, --version string toolkit version (default "latest")
73
74
--watch-all-namespaces watch for custom resources in all namespaces, if set to false it will only watch the namespace where the toolkit is installed (default true)
0 commit comments