mirror of
https://github.com/k8s-at-home/charts.git
synced 2025-01-24 07:59:02 +00:00
114be3b2aa
* adding auth0 chart Signed-off-by: Jeff Billimek <jeff@billimek.com> * renaming auth0 chart to forwardauth Signed-off-by: Jeff Billimek <jeff@billimek.com> * adding home stanza to charts.yaml * adding dniel as maintainer * fixing linting error with Chart.yaml
13 lines
324 B
YAML
13 lines
324 B
YAML
apiVersion: v1
|
|
kind: ConfigMap
|
|
metadata:
|
|
name: {{ template "helm.fullname" . }}-config
|
|
labels:
|
|
app: {{ template "helm.name" . }}
|
|
chart: {{ template "helm.chart" . }}
|
|
release: {{ .Release.Name }}
|
|
heritage: {{ .Release.Service }}
|
|
data:
|
|
application.yaml: |
|
|
{{ toYaml .Values.applicationYaml | indent 4 }}
|