Commit dce8d546 authored by Geoff Simmons's avatar Geoff Simmons

Add the TemplateConfig template to the test app helm chart.

Forgot it in the previous commit.
parent 27958a08
{{ if .Values.templates -}}
apiVersion: "ingress.varnish-cache.org/v1alpha1"
kind: TemplateConfig
metadata:
name: {{ include "viking-ingress.fullname" . }}-tmplcfg
labels:
app.kubernetes.io/name: {{ .Values.ingress.name }}
app.kubernetes.io/component: templateConfig
{{- include "viking-ingress.labels" . | nindent 4 }}
spec:
{{ toYaml .Values.templates | nindent 2 }}
{{ end -}}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment