fix(attic): remove variable that was redundant and referenced the wrong value
This commit is contained in:
parent
44297bb451
commit
67cee1b8b9
1 changed files with 0 additions and 3 deletions
|
@ -20,9 +20,6 @@ spec:
|
||||||
image: {{ .Values.image.repository }}:{{ .Values.image.tag }}
|
image: {{ .Values.image.repository }}:{{ .Values.image.tag }}
|
||||||
command: ["atticd"]
|
command: ["atticd"]
|
||||||
args: ["-f", "/var/lib/atticd/config.toml"]
|
args: ["-f", "/var/lib/atticd/config.toml"]
|
||||||
env:
|
|
||||||
- name: ATTIC_SERVER_TOKEN_HS256_SECRET_BASE64
|
|
||||||
value: {{ .Values.config.externalUrl }}
|
|
||||||
envFrom:
|
envFrom:
|
||||||
- secretRef:
|
- secretRef:
|
||||||
name: {{ .Values.envFromSecret }}
|
name: {{ .Values.envFromSecret }}
|
||||||
|
|
Loading…
Reference in a new issue