mirror of
https://github.com/alexandrev/xslt-lab.git
synced 2026-09-20 04:23:16 +00:00
12 lines
251 B
YAML
12 lines
251 B
YAML
{{- if .Values.adsTxt }}
|
|
apiVersion: v1
|
|
kind: ConfigMap
|
|
metadata:
|
|
name: {{ include "xslt-playground.fullname" . }}-ads
|
|
labels:
|
|
{{- include "xslt-playground.labels" . | nindent 4 }}
|
|
data:
|
|
ads.txt: |
|
|
{{ .Values.adsTxt | indent 4 }}
|
|
{{- end }}
|