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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user