From e611cf37e10138ce4406ffd37c401a601e0a9881 Mon Sep 17 00:00:00 2001 From: Alex Chi Z Date: Mon, 5 Aug 2024 13:26:07 +0800 Subject: [PATCH] fix lint Signed-off-by: Alex Chi Z --- charts/neon-storage-scrubber/README.md | 4 ++-- charts/neon-storage-scrubber/values.yaml | 7 +++---- 2 files changed, 5 insertions(+), 6 deletions(-) diff --git a/charts/neon-storage-scrubber/README.md b/charts/neon-storage-scrubber/README.md index 40d07c1..56ea162 100644 --- a/charts/neon-storage-scrubber/README.md +++ b/charts/neon-storage-scrubber/README.md @@ -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 @@ -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. | diff --git a/charts/neon-storage-scrubber/values.yaml b/charts/neon-storage-scrubber/values.yaml index ec7388f..1ae0f27 100644 --- a/charts/neon-storage-scrubber/values.yaml +++ b/charts/neon-storage-scrubber/values.yaml @@ -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 @@ -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: {}