Update cronjob-fediblock-sync.yaml
This commit is contained in:
parent
0a433084ef
commit
743e6b4dc0
|
@ -29,8 +29,6 @@ spec:
|
||||||
envFrom:
|
envFrom:
|
||||||
- configMapRef:
|
- configMapRef:
|
||||||
name: {{ include "fediblockhole.fullname" . }}-conf-toml
|
name: {{ include "fediblockhole.fullname" . }}-conf-toml
|
||||||
- secretRef:
|
|
||||||
name: {{ template "fediblockhole.secretName" . }}
|
|
||||||
volumeMounts:
|
volumeMounts:
|
||||||
- name: config
|
- name: config
|
||||||
mountPath: "{{ .Values.fediblockhole.conf_file.path }}"
|
mountPath: "{{ .Values.fediblockhole.conf_file.path }}"
|
||||||
|
|
Loading…
Reference in New Issue