Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
Signed-off-by: Alex Chi Z <[email protected]>
  • Loading branch information
skyzh committed Aug 5, 2024
1 parent 7f04ca0 commit e611cf3
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
4 changes: 2 additions & 2 deletions charts/neon-storage-scrubber/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# neon-storage-scrubber

![Version: 1.0.0](https://img.shields.io/badge/Version-1.0.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) [![Lint and Test Charts](https://github.com/neondatabase/helm-charts/actions/workflows/lint-test.yaml/badge.svg)](https://github.com/neondatabase/helm-charts/actions/workflows/lint-test.yaml)
![Version: 1.1.0](https://img.shields.io/badge/Version-1.1.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) [![Lint and Test Charts](https://github.com/neondatabase/helm-charts/actions/workflows/lint-test.yaml/badge.svg)](https://github.com/neondatabase/helm-charts/actions/workflows/lint-test.yaml)

neon-storage-scrubber

Expand Down Expand Up @@ -47,7 +47,7 @@ $ helm install neon-storage-scrubber neondatabase/neon-storage-scrubber
| storageScrubber.command | list | `["pageserver-physical-gc","--min-age=1week"]` | The command to run |
| storageScrubber.enableStorageControllerConnection | bool | `false` | Enable storage controller related functionalities |
| storageScrubber.schedule | string | `"0 18 * * *"` | |
| storageScrubber.storageControllerJwtToken | string | `""` | Control plane / storage controller JWT token for connecting to the storage controller |
| storageScrubber.storageControllerJwtToken | string | `""` | Control plane / storage controller JWT token for connecting to the storage controller |
| storageScrubber.storageControllerUrl | string | `""` | URL of the storage controller |
| storageScrubber.timeZone | string | `"Etc/UTC"` | The timezone for the cron job |
| tolerations | list | `[]` | Tolerations for pod assignment. |
Expand Down
7 changes: 3 additions & 4 deletions charts/neon-storage-scrubber/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,9 @@ settings:
# settings.extraEnvs -- extra env variables when running the job
extraEnvs:
- name: RUST_BACKTRACE
value: '1'
value: "1"
- name: PAGESERVER_DISABLE_FILE_LOGGING
value: '1'
value: "1"

storageScrubber:
# -- The AWS region to run the scrubber
Expand All @@ -53,12 +53,11 @@ storageScrubber:
- --min-age=1week
# -- Enable storage controller related functionalities
enableStorageControllerConnection: false
# -- Control plane / storage controller JWT token for connecting to the storage controller
# -- Control plane / storage controller JWT token for connecting to the storage controller
storageControllerJwtToken: ""
# -- URL of the storage controller
storageControllerUrl: ""


# -- Annotations for neon-storage-scrubber pods
podAnnotations: {}

Expand Down

0 comments on commit e611cf3

Please sign in to comment.