Skip to content

Commit

Permalink
anna fix
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnBakhmat committed May 20, 2024
1 parent 77ba7c8 commit c5d8e6a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion chart/templates/secrets.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ metadata:
name: pinned-johnbakhmat-tech
type: Opaque
stringData:
githubToken: {{ .Values.secrets.githubToken}}
githubToken: "{{ $.Values.devhosting.secrets.githubToken}}"
5 changes: 2 additions & 3 deletions chart/values.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,5 @@ resources:
# populated by the ArgoCD application
devhosting:
appname: ''

secrets:
githubToken: 'asdf'
secrets:
githubToken: ''

0 comments on commit c5d8e6a

Please sign in to comment.