Skip to content

Commit e49266a

Browse files
committed
apply prettier
1 parent 90b750c commit e49266a

File tree

3 files changed

+19
-17
lines changed

3 files changed

+19
-17
lines changed

.github/ISSUE_TEMPLATE/issue-template.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,21 @@
11
---
22
name: Issue Template
33
about: The general template for issues
4-
title: ''
5-
labels: ''
6-
assignees: ''
7-
4+
title: ""
5+
labels: ""
6+
assignees: ""
87
---
98

109
<!--
1110
Use this issue template for pointing out a general issue.
1211
-->
12+
1313
## Issue
14+
1415
<!--
1516
Briefly describe the issue.
1617
-->
1718

18-
1919
### Problem to solve
2020

2121
<!-- Include the following detail as necessary:

README.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -284,7 +284,7 @@ Each time specification can be in one of two formats:
284284
`<YYYY>-<MM>-<DD>T<HH>:<MM>:<SS>[+-]<TZHH>:<TZMM>`.
285285
286286
If you are using the first format (recurring specifications) it is important
287-
to note that the downscaler can only interpret configurations within
287+
to note that the downscaler can only interpret configurations within
288288
a single day and cannot process intervals that stretch across two different days.
289289
As a result, overlapping time intervals are not supported.
290290
@@ -399,14 +399,14 @@ annotation `downscaler/downtime` on each deployment
399399
400400
`--upscale-target-only`
401401
402-
: When this optional argument is used, only the namespaces currently
403-
targeted by the downscaler will be upscaled during wake-up times.
404-
For instance, if your downscaler initially manages namespaces
405-
A, B, and C, but is later reconfigured to target only namespaces
406-
B and C, namespace A will remain downscaled if it was downscaled
407-
at the time of reconfiguration. If the parameter is not used,
408-
all previously downscaled namespaces may be upscaled, even if
409-
they are no longer targeted by the downscaler.
402+
: When this optional argument is used, only the namespaces currently
403+
targeted by the downscaler will be upscaled during wake-up times.
404+
For instance, if your downscaler initially manages namespaces
405+
A, B, and C, but is later reconfigured to target only namespaces
406+
B and C, namespace A will remain downscaled if it was downscaled
407+
at the time of reconfiguration. If the parameter is not used,
408+
all previously downscaled namespaces may be upscaled, even if
409+
they are no longer targeted by the downscaler.
410410
411411
`--exclude-namespaces`
412412

chart/README.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,11 @@ This repository offers a Helm chart for the `py-kube-downscaler`.
55
## Important values
66

77
| Key | Type | Example | Description |
8-
|--------------------|--------|-------------------------------------------------------------------------------------------------------|-------------------------------------------------|
8+
| ------------------ | ------ | ----------------------------------------------------------------------------------------------------- | ----------------------------------------------- |
99
| image.tag | string | `"23.2.0@sha256:4129e7e7551eb451ee2b43680ef818f3057304ad50888f79ec9722afab6c29ff"` | Tag of the image to use |
1010
| arguments | list | `[--interval=60,--include-resources=deployments,statefulsets,horizontalpodautoscalers,scaledobjects]` | Arguments to pass to the kube-downscaler binary |
1111
| 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 |
1313

1414
# Deploy py-kube-downscaler using Helm chart
1515

@@ -57,7 +57,8 @@ Note: In case RBAC is enabled, a new service account will be created for py-kube
5757
otherwise the 'default' one will be used.
5858
5959
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:
61+
6162
```bash
6263
helm repo add caas-team https://caas-team.github.io/helm-charts/
6364

@@ -67,6 +68,7 @@ helm install py-kube-downscaler caas-team/py-kube-downscaler -n py-kube-downscal
6768
**OR**
6869

6970
You can alternatively clone this repository, change the current directory to the py-kube-downscaler repository and run:
71+
7072
```bash
7173
helm install py-kube-downscaler ./chart -n py-kube-downscaler
7274
```

0 commit comments

Comments
 (0)