Files
metalcheck/helm/templates/configmap.yaml
Aleksandr Tcitlionok acef6cb9a1
Some checks failed
CI Pipeline / Build and Push Docker Image (push) Failing after 2m48s
update(app): add helm chart and cleanup repo
2024-12-11 09:05:15 +00:00

9 lines
176 B
YAML

apiVersion: v1
kind: ConfigMap
metadata:
name: {{ .Release.Name }}-config
labels:
app: {{ .Chart.Name }}
data:
HETZNER_TOKEN: {{ .Values.env.HETZNER_TOKEN | quote }}