Skip to content

Commit

Permalink
Allow using existing service accounts (gomods#1677)
Browse files Browse the repository at this point in the history
  • Loading branch information
bnrjee authored Feb 28, 2021
1 parent 6ef4a79 commit 93cef4f
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion charts/athens-proxy/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
apiVersion: v1
name: athens-proxy
version: 0.4.15
version: 0.4.16
appVersion: 0.9.0
description: The proxy server for Go modules
icon: https://github.com/gomods/athens/main/docs/static/banner.png
Expand Down
2 changes: 2 additions & 0 deletions charts/athens-proxy/templates/service-account.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
{{- if .Values.serviceAccount.create }}
apiVersion: v1
kind: ServiceAccount
metadata:
Expand All @@ -11,3 +12,4 @@ metadata:
annotations:
{{ toYaml . | indent 4 }}
{{- end }}
{{- end }}
1 change: 1 addition & 0 deletions charts/athens-proxy/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -147,6 +147,7 @@ sshGitServers: {}
goGetWorkers: 3

serviceAccount:
create: true
annotations: {}

nodeSelector: {}
Expand Down

0 comments on commit 93cef4f

Please sign in to comment.