Skip to content

Commit

Permalink
Delete 'DATAONE_AUTH_TOKEN' env variable in metadig-worker 'deploymen…
Browse files Browse the repository at this point in the history
…t.yaml' - this should not be necessary with hashstore support
  • Loading branch information
doulikecookiedough committed Nov 12, 2024
1 parent 9d36933 commit f7730bb
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions helm/metadig-worker/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down

0 comments on commit f7730bb

Please sign in to comment.