mirror of
https://github.com/gomods/athens
synced 2026-02-03 09:50:31 +00:00
Helm Chart - Allow setting extra annotations on the athens pod (#1523)
* Allow setting annotations on Athens pods * Bump chart version Co-authored-by: Marwan Sulaiman <marwan.sameer@gmail.com>
This commit is contained in:
committed by
Marwan Sulaiman
parent
f76ca00665
commit
71067bb2ca
@@ -1,5 +1,5 @@
|
||||
name: athens-proxy
|
||||
version: 0.4.1
|
||||
version: 0.4.2
|
||||
appVersion: 0.7.0
|
||||
description: The proxy server for Go modules
|
||||
icon: https://raw.githubusercontent.com/gomods/athens/master/docs/static/banner.png
|
||||
|
||||
@@ -24,6 +24,9 @@ spec:
|
||||
checksum/upstream: {{ include (print $.Template.BasePath "/config-upstream.yaml") . | sha256sum }}
|
||||
checksum/ssh-config: {{ include (print $.Template.BasePath "/config-ssh-git-servers.yaml") . | sha256sum }}
|
||||
checksum/ssh-secret: {{ include (print $.Template.BasePath "/secret-ssh-git-servers.yaml") . | sha256sum }}
|
||||
{{- if .Values.annotations }}
|
||||
{{ toYaml .Values.annotations | indent 8 }}
|
||||
{{- end }}
|
||||
spec:
|
||||
{{- if .Values.sshGitServers }}
|
||||
initContainers:
|
||||
|
||||
@@ -79,6 +79,9 @@ storage:
|
||||
# You can add any new ones at the bottom
|
||||
configEnvVars: {}
|
||||
|
||||
# Extra annotations to be added to the athens pods
|
||||
annotations: {}
|
||||
|
||||
# HTTP basic auth
|
||||
basicAuth:
|
||||
enabled: false
|
||||
|
||||
Reference in New Issue
Block a user