fix: add ACTUAL_E2E_PASSWORD_1 to actual-budget-exporter

Budget is E2E-encrypted; exporter fails with 'File ... is encrypted' without
this. Sourced from the same hand-created Secret as the other credentials.
This commit is contained in:
2026-09-03 15:44:19 +07:00
parent e9fa39f3f4
commit 26526ecc50
3 changed files with 20 additions and 9 deletions
@@ -34,6 +34,11 @@ spec:
secretKeyRef:
name: {{ .Values.secret.name }}
key: ACTUAL_BUDGET_ID_1
- name: ACTUAL_E2E_PASSWORD_1
valueFrom:
secretKeyRef:
name: {{ .Values.secret.name }}
key: ACTUAL_E2E_PASSWORD_1
resources:
{{- toYaml .Values.resources | nindent 12 }}
# No documented dedicated health endpoint; /metrics is the route