From 8fd5457f4b3bbafa45b9e1df4b8473de6d4ef9bc Mon Sep 17 00:00:00 2001 From: Matthew B <106352182+artntek@users.noreply.github.com> Date: Thu, 4 Apr 2024 10:47:59 -0700 Subject: [PATCH] prepend release name to indexer token secret name --- helm/templates/deployment.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/helm/templates/deployment.yaml b/helm/templates/deployment.yaml index 3e9ae7d9..68e8cc44 100644 --- a/helm/templates/deployment.yaml +++ b/helm/templates/deployment.yaml @@ -59,7 +59,7 @@ spec: - name: DATAONE_AUTH_TOKEN valueFrom: secretKeyRef: - name: dataone-token + name: {{ .Release.Name }}-indexer-token key: DataONEauthToken # If 'false', the secret must exist before the pod can start # App versions before v2.3.4 will read this value from a config file, not the env var.