Snapshot of work, when we got stalled from the claude tokenlimit

This commit is contained in:
2026-05-03 17:29:55 +02:00
parent 59090737f5
commit 511a503aab
2 changed files with 1 additions and 11 deletions

View File

@@ -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 |
|------|-----|-------|------|--------|-------|

View File

@@ -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 }}"