From f7730bbd4aeabaea3baca8461427f865a1cef21c Mon Sep 17 00:00:00 2001 From: Dou Mok Date: Tue, 12 Nov 2024 10:49:54 -0800 Subject: [PATCH] Delete 'DATAONE_AUTH_TOKEN' env variable in metadig-worker 'deployment.yaml' - this should not be necessary with hashstore support --- helm/metadig-worker/templates/deployment.yaml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/helm/metadig-worker/templates/deployment.yaml b/helm/metadig-worker/templates/deployment.yaml index 66472464..fae507bf 100644 --- a/helm/metadig-worker/templates/deployment.yaml +++ b/helm/metadig-worker/templates/deployment.yaml @@ -38,11 +38,6 @@ spec: env: - name: JAVA_OPTS value: "-Dlog4j2.formatMsgNoLookups=true" - - name: DATAONE_AUTH_TOKEN - valueFrom: - secretKeyRef: - name: dataone-token - key: DataONEauthToken volumeMounts: - name: metadig-pv mountPath: {{ .Values.persistence.metadig.mountPath }}