Skip to content

Commit

Permalink
- added extra_secrets section
Browse files Browse the repository at this point in the history
  • Loading branch information
maZahaca committed Feb 23, 2023
1 parent 7fb9774 commit 2a903ed
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
3 changes: 3 additions & 0 deletions charts/apps-serviceaccount/templates/serviceaccount.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,7 @@ imagePullSecrets:
{{- range $index, $registry := .Values.registries }}
- name: {{ include "apps-serviceaccount.fullname" $ }}-{{ $index }}
{{- end }}
{{- range $secret := .Values.extra_secrets }}
- name: {{ $secret | quote }}
{{- end }}
{{- end }}
8 changes: 5 additions & 3 deletions charts/apps-serviceaccount/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ serviceAccount:
name: "internal-app"

registries: []
# username: "_json_key"
# password: ""
# host: ""
# - username: "_json_key"
# password: ""
# host: ""

extra_secrets: []

0 comments on commit 2a903ed

Please sign in to comment.