apiVersion: v1 kind: ConfigMap metadata: name: demo-app-html data: index.html: |
Message: {{ .Values.message }}
Image tag: {{ .Values.image.tag }}