Skip to content

Commit

Permalink
Added placeholders for ATLAS credentials
Browse files Browse the repository at this point in the history
  • Loading branch information
rachel3834 committed Aug 22, 2024
1 parent 05c58a7 commit 1913999
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions helm-chart/templates/_helpers.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -122,4 +122,6 @@ build it here and use it everywhere.
value: {{ .Values.geminiSApiKey | quote }}
- name: TNS_API_KEY
value: {{ .Values.tnsApiKey | quote }}
- name: ATLAS_FORCED_PHOTOMETRY_API_KEY
value: {{ .Values.atlasApiKey | quote }}
{{- end -}}
1 change: 1 addition & 0 deletions helm-chart/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -188,6 +188,7 @@ tnsApiKey: ""
lcoApiKey: ""
lcoProposalId: ""
lcoUsername: ""
atlasApiKey: ""

# AWS Credentials
# These MUST be overriden in secret configuration file
Expand Down

0 comments on commit 1913999

Please sign in to comment.