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
* Add pre-requisite checks to build scripts
* Improved switches descriptions
* Add temporary dapper Dockerfile to ignored files
* Implemented ability to parameterize job cluster role used by jobs managing helm charts
* Implemented ability to parameterize job image used by jobs managing helm charts
* Skip lint dot-imports check on *_test.go files
---------
Signed-off-by: Piotr Minkina <piotrminkina@users.noreply.github.com>
Namespacestring`short:"n" usage:"Namespace to watch, empty means it will watch CRDs in all namespaces." env:"NAMESPACE"`
32
-
Threadsint`short:"t" usage:"Threadiness level to set, defaults to 2." default:"2" env:"THREADS"`
33
-
ControllerNamestring`usage:"Unique name to identify this controller that is added to all HelmCharts tracked by this controller" default:"helm-controller" env:"CONTROLLER_NAME"`
34
-
NodeNamestring`usage:"Name of the node this controller is running on" env:"NODE_NAME"`
35
-
PprofPortint`usage:"Port to publish HTTP server runtime profiling data in the format expected by the pprof visualization tool. Only enabled if in debug mode" default:"6060"`
29
+
Kubeconfigstring`short:"k" usage:"Kubernetes config files, e.g. $HOME/.kube/config. May be set via KUBECONFIG env var." env:"KUBECONFIG"`
30
+
MasterURLstring`short:"m" usage:"Kubernetes cluster master URL. May be set via MASTERURL env var." env:"MASTERURL"`
31
+
Namespacestring`short:"n" usage:"Namespace to watch, empty means it will watch CRDs in all namespaces. May be set via NAMESPACE env var." env:"NAMESPACE"`
32
+
Threadsint`short:"t" usage:"Threadiness level to set. May be set via THREADS env var." default:"2" env:"THREADS"`
33
+
ControllerNamestring`usage:"Unique name to identify this controller that is added to all HelmCharts tracked by this controller. May be set via CONTROLLER_NAME env var." default:"helm-controller" env:"CONTROLLER_NAME"`
34
+
NodeNamestring`usage:"Name of the node this controller is running on. May be set via NODE_NAME env var." env:"NODE_NAME"`
35
+
JobClusterRolestring`usage:"Name of the cluster role to use for jobs created to manage helm charts. May be set via JOB_CLUSTER_ROLE env var." default:"cluster-admin" env:"JOB_CLUSTER_ROLE"`
36
+
DefaultJobImagestring`usage:"Default image to use by jobs managing helm charts. May be set via DEFAULT_JOB_IMAGE env var." env:"DEFAULT_JOB_IMAGE"`
37
+
PprofPortint`usage:"Port to publish HTTP server runtime profiling data in the format expected by the pprof visualization tool. Only enabled if in debug mode." default:"6060"`
0 commit comments