1
0
mirror of https://github.com/alexandrev/xslt-lab.git synced 2026-09-20 04:23:16 +00:00

Add optional ads.txt support to Helm chart

This commit is contained in:
2025-07-04 13:59:59 +02:00
parent 342cc7c84c
commit c214cae8f1
5 changed files with 32 additions and 1 deletions
@@ -0,0 +1,11 @@
{{- 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 }}