fix(attic): remove variable that was redundant and referenced the wrong value

This commit is contained in:
Tommy 2024-04-09 06:09:25 +02:00
parent 44297bb451
commit 67cee1b8b9
No known key found for this signature in database

View file

@ -20,9 +20,6 @@ spec:
image: {{ .Values.image.repository }}:{{ .Values.image.tag }}
command: ["atticd"]
args: ["-f", "/var/lib/atticd/config.toml"]
env:
- name: ATTIC_SERVER_TOKEN_HS256_SECRET_BASE64
value: {{ .Values.config.externalUrl }}
envFrom:
- secretRef:
name: {{ .Values.envFromSecret }}