diff --git a/chart/templates/cronjob-fediblock-sync.yaml b/chart/templates/cronjob-fediblock-sync.yaml index 9196383..1785c25 100644 --- a/chart/templates/cronjob-fediblock-sync.yaml +++ b/chart/templates/cronjob-fediblock-sync.yaml @@ -29,8 +29,6 @@ spec: envFrom: - configMapRef: name: {{ include "fediblockhole.fullname" . }}-conf-toml - - secretRef: - name: {{ template "fediblockhole.secretName" . }} volumeMounts: - name: config mountPath: "{{ .Values.fediblockhole.conf_file.path }}"