Skip to content

Commit

Permalink
prepend release name to indexer token secret name
Browse files Browse the repository at this point in the history
  • Loading branch information
artntek committed Apr 4, 2024
1 parent 0bf138a commit 8fd5457
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion helm/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 8fd5457

Please sign in to comment.