Skip to content

Commit

Permalink
storage-scrubber: fix up secret env var name in cmdline
Browse files Browse the repository at this point in the history
  • Loading branch information
VladLazar committed Dec 9, 2024
1 parent 92dba61 commit 26f8ada
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion charts/neon-storage-scrubber/templates/cronjob.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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 -}}
Expand Down

0 comments on commit 26f8ada

Please sign in to comment.