Update cronjob-fediblock-sync.yaml

This commit is contained in:
cunningpike 2023-01-24 12:38:18 -05:00 committed by GitHub
parent 3eb8fe5e91
commit afdb355bad
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 6 additions and 6 deletions

View File

@ -25,16 +25,16 @@ spec:
command: command:
- fediblock-sync - fediblock-sync
- -c - -c
- {{- include "fediblockhole.conf_file_path" . -}}{{- include "fediblockhole.conf_file_filename" . }} - "{{- include "fediblockhole.conf_file_path" . -}}{{- include "fediblockhole.conf_file_filename" . -}}"
volumeMounts: volumeMounts:
- name: config - name: config
mountPath: {{ include "fediblockhole.conf_file_path" . | quote }} mountPath: {{ include "fediblockhole.conf_file_path" . | quote }}
subPath: {{ include "fediblockhole.conf_file_filename" . }} subPath: {{ include "fediblockhole.conf_file_filename" . }}
volumes: volumes:
- name: config - name: config
configMap: configMap:
name: {{ include "fediblockhole.fullname" . }}-conf-toml name: {{ include "fediblockhole.fullname" . }}-conf-toml
items: items:
- key: {{ include "fediblockhole.conf_file_filename" . | quote }} - key: {{ include "fediblockhole.conf_file_filename" . | quote }}
path: {{ include "fediblockhole.conf_file_filename" . | quote }} path: {{ include "fediblockhole.conf_file_filename" . | quote }}
{{- end }} {{- end }}