fix(deployment): mount configMap 'gitconfig'
All checks were successful
Helm / helm-lint (push) Successful in 7s
Helm / helm-unittest (push) Successful in 20s
Release / publish-chart (push) Successful in 13s

This commit is contained in:
2025-10-12 22:09:03 +02:00
parent 0caa188bb1
commit eadbcf243b
2 changed files with 2 additions and 2 deletions

View File

@@ -11,7 +11,7 @@ metadata:
labels: labels:
{{- toYaml . | nindent 4 }} {{- toYaml . | nindent 4 }}
{{- end }} {{- end }}
name: {{ include "athens-proxy.fullname" . }}-git-config name: {{ include "athens-proxy.configMap.gitConfig.name" . }}
namespace: {{ .Release.Namespace }} namespace: {{ .Release.Namespace }}
data: data:
.gitconfig: | .gitconfig: |

View File

@@ -30,7 +30,7 @@ tests:
- containsDocument: - containsDocument:
apiVersion: v1 apiVersion: v1
kind: ConfigMap kind: ConfigMap
name: athens-proxy-unittest-git-config name: athens-proxy-unittest-gitconfig
namespace: testing namespace: testing
- notExists: - notExists:
path: metadata.annotations path: metadata.annotations