Skip to content

Commit

Permalink
owned by plural s
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnBakhmat committed May 20, 2024
1 parent a3404eb commit 88784d9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion chart/templates/secret.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.secret.githubToken}}
githubToken: {{ .Values.secrets.githubToken}}
2 changes: 1 addition & 1 deletion chart/values.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,5 +27,5 @@ resources:
devhosting:
appname: ''

secret:
secrets:
githubToken: 'asdf'

0 comments on commit 88784d9

Please sign in to comment.