GHP publish
This commit is contained in:
14
peertube/templates/configmap.yaml
Normal file
14
peertube/templates/configmap.yaml
Normal file
@ -0,0 +1,14 @@
|
||||
{{- if .Values.configAsCode.enabled }}
|
||||
kind: ConfigMap
|
||||
apiVersion: v1
|
||||
metadata:
|
||||
name: {{ include "peertube.fullname" . }}
|
||||
labels:
|
||||
app.kubernetes.io/name: {{ include "peertube.name" . }}
|
||||
helm.sh/chart: {{ include "peertube.chart" . }}
|
||||
app.kubernetes.io/instance: {{ .Release.Name }}
|
||||
app.kubernetes.io/managed-by: {{ .Release.Service }}
|
||||
data:
|
||||
production.yaml: |
|
||||
{{- toYaml .Values.configAsCode.config | nindent 4 }}
|
||||
{{- end }}
|
Reference in New Issue
Block a user