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
| image.tag | string |`"23.2.0@sha256:4129e7e7551eb451ee2b43680ef818f3057304ad50888f79ec9722afab6c29ff"`| Tag of the image to use |
10
10
| arguments | list |`[--interval=60,--include-resources=deployments,statefulsets,horizontalpodautoscalers,scaledobjects]`| Arguments to pass to the kube-downscaler binary |
11
11
| excludedNamespaces | list |`["namespace-a", "namespace-b"]`| Namespaces to exclude from downscaling |
12
-
| extraConfig | string |`"DOWNSCALE_PERIOD: 'Mon-Sun 19:00-20:00 Europe/Berlin'"`| Additional configuration in ConfigMap format |
12
+
| extraConfig | string |`"DOWNSCALE_PERIOD: 'Mon-Sun 19:00-20:00 Europe/Berlin'"`| Additional configuration in ConfigMap format |
13
13
14
14
# Deploy py-kube-downscaler using Helm chart
15
15
@@ -57,7 +57,8 @@ Note: In case RBAC is enabled, a new service account will be created for py-kube
57
57
otherwise the 'default' one will be used.
58
58
59
59
3. Deploy py-kube-downscaler:
60
-
You can add our chart repository and deploy it by running:
60
+
You can add our chart repository and deploy it by running:
0 commit comments