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