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
Profilestring`help:"Serve runtime profiling data via HTTP at /debug/pprof." placeholder:"host:port"`
94
94
95
-
Namespacestring`default:"crossplane-system" env:"POD_NAMESPACE" help:"Namespace used to unpack and run packages." short:"n"`
96
-
ServiceAccountstring`default:"crossplane" env:"POD_SERVICE_ACCOUNT" help:"Name of the Crossplane Service Account."`
97
-
LeaderElectionbool`default:"false" env:"LEADER_ELECTION" help:"Use leader election for the controller manager." short:"l"`
98
-
CABundlePathstring`env:"CA_BUNDLE_PATH" help:"Additional CA bundle to use when fetching packages from registry."`
99
-
UserAgentstring`default:"${default_user_agent}" env:"USER_AGENT" help:"The User-Agent header that will be set on all package requests."`
95
+
Namespacestring`default:"crossplane-system" env:"POD_NAMESPACE" help:"Namespace used to unpack and run packages." short:"n"`
96
+
ServiceAccountstring`default:"crossplane" env:"POD_SERVICE_ACCOUNT" help:"Name of the Crossplane Service Account."`
97
+
LeaderElectionbool`default:"false" env:"LEADER_ELECTION" help:"Use leader election for the controller manager." short:"l"`
98
+
CABundlePathstring`env:"CA_BUNDLE_PATH" help:"Additional CA bundle to use when fetching packages from registry."`
99
+
UserAgentstring`default:"${default_user_agent}" env:"USER_AGENT" help:"The User-Agent header that will be set on all package requests."`
100
+
RegistryAuthCloudNativebool`default:"false" env:"REGISTRY_AUTH_CLOUD_NATIVE" help:"Use cloud-native authentication (IMDS/workload identity) for registry access instead of Kubernetes ImagePullSecrets. Enables GCR/AR, ACR, ECR authentication via node/workload-identity."`
100
101
101
102
XpkgCacheDirstring`aliases:"cache-dir" default:"/cache/xpkg" env:"XPKG_CACHE_DIR,CACHE_DIR" help:"Directory used for caching package images." short:"c"`
0 commit comments