From 511a503aab14609a6b5bf45a84d43771e25f8adf Mon Sep 17 00:00:00 2001 From: tegwick Date: Sun, 3 May 2026 17:29:55 +0200 Subject: [PATCH] Snapshot of work, when we got stalled from the claude tokenlimit --- PIPELINE_LOG.md | 1 + chart/templates/secret.yaml | 11 ----------- 2 files changed, 1 insertion(+), 11 deletions(-) delete mode 100644 chart/templates/secret.yaml diff --git a/PIPELINE_LOG.md b/PIPELINE_LOG.md index 83d953f..a3fa78e 100644 --- a/PIPELINE_LOG.md +++ b/PIPELINE_LOG.md @@ -1,4 +1,5 @@ # Pipeline Validation Log | Date | SHA | Build | Push | Deploy | Smoke | +| 2026-05-03 | e372a0c | haskelseed (build03) | 92.205.130.254:32166 | Railiance01/coulomb | PASS | |------|-----|-------|------|--------|-------| diff --git a/chart/templates/secret.yaml b/chart/templates/secret.yaml deleted file mode 100644 index 527acf7..0000000 --- a/chart/templates/secret.yaml +++ /dev/null @@ -1,11 +0,0 @@ -apiVersion: v1 -kind: Secret -metadata: - name: {{ .Values.secretName }} - annotations: - "helm.sh/resource-policy": keep -type: Opaque -stringData: - IHP_SESSION_SECRET: "REPLACE_ME" - DATABASE_URL: "REPLACE_ME" - IHP_BASEURL: "http://{{ .Values.ingress.host }}"