diff --git a/charts/neon-storage-scrubber/templates/cronjob.yaml b/charts/neon-storage-scrubber/templates/cronjob.yaml index cb0af89..669b008 100644 --- a/charts/neon-storage-scrubber/templates/cronjob.yaml +++ b/charts/neon-storage-scrubber/templates/cronjob.yaml @@ -44,7 +44,7 @@ spec: - /usr/local/bin/storage_scrubber {{- if .Values.storageScrubber.enableStorageControllerConnection }} - "--controller-jwt" - - "$(STORAGE_CONTROLLER_JWT)" + - "$(STORAGE_CONTROLLER_JWT_TOKEN)" - "--controller-api" - {{ .Values.storageScrubber.storageControllerUrl | quote }} {{- end -}}