Commit 8f6e194f authored by Geoff Simmons's avatar Geoff Simmons

In the test app chart, target the ingress to vikingAdmSvc if set.

parent be51d9ab
......@@ -8,6 +8,9 @@ metadata:
{{- include "viking-ingress.labels" . | nindent 4 }}
annotations:
kubernetes.io/ingress.class: {{ .Values.ingress.class }}
{{- if .Values.vikingAdmSvc }}
ingress.varnish-cache.org/varnish-svc: {{ .Values.vikingAdmSvc }}
{{- end }}
{{- with .Values.ingress.annotations }}
{{- toYaml . | nindent 4 }}
{{- 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