From 449079fd4bc9a85f704873dcdbc849f0bb2706a2 Mon Sep 17 00:00:00 2001 From: Tommy Date: Mon, 13 May 2024 21:59:03 +0200 Subject: [PATCH] chore: remove unused file --- charts/timesketch/tests/values.yaml | 31 ----------------------------- 1 file changed, 31 deletions(-) delete mode 100644 charts/timesketch/tests/values.yaml diff --git a/charts/timesketch/tests/values.yaml b/charts/timesketch/tests/values.yaml deleted file mode 100644 index 224a0c7..0000000 --- a/charts/timesketch/tests/values.yaml +++ /dev/null @@ -1,31 +0,0 @@ -config: - externalUrl: https://cache.example.com/ - -persistence: - existingClaim: attic - -initContainers: - dbInit: - image: - repository: ghcr.io/onedr0p/postgres-init - tag: "16" - envFrom: - - secretRef: - name: attic-secret - -envFromSecret: attic-secret - -image: - repository: ghcr.io/zhaofengli/attic - tag: 4dbdbee45728d8ce5788db6461aaaa89d98081f0 - -postgres: - secretName: attic-secret - -resources: - limits: - memory: "3Gi" - cpu: "1000m" -# requests: -# cpu: 100m -# memory: 250Mi