summaryrefslogtreecommitdiffstats
path: root/kubernetes/contrib/dns-server-for-vhost-ingress-testing/bind9dns/templates
diff options
context:
space:
mode:
authorKrzysztof Opasiak <k.opasiak@samsung.com>2020-11-30 08:11:12 +0000
committerGerrit Code Review <gerrit@onap.org>2020-11-30 08:11:12 +0000
commit5f87538137c882aa6a4064faf1ba1d10efc07ce0 (patch)
treec673f22d594d08a52cad61851f02ed24b3126927 /kubernetes/contrib/dns-server-for-vhost-ingress-testing/bind9dns/templates
parentd92618a67e411c4e0568c7a71a7d7b3307a56807 (diff)
parent5ee4dd4bb9e96ae21ac5b37453e3d1d8c674c966 (diff)
Merge "[CONTRIB] Uses new tpls for repos / images"
Diffstat (limited to 'kubernetes/contrib/dns-server-for-vhost-ingress-testing/bind9dns/templates')
-rw-r--r--kubernetes/contrib/dns-server-for-vhost-ingress-testing/bind9dns/templates/deployment.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/kubernetes/contrib/dns-server-for-vhost-ingress-testing/bind9dns/templates/deployment.yaml b/kubernetes/contrib/dns-server-for-vhost-ingress-testing/bind9dns/templates/deployment.yaml
index 1a76ba0a96..7640be64a6 100644
--- a/kubernetes/contrib/dns-server-for-vhost-ingress-testing/bind9dns/templates/deployment.yaml
+++ b/kubernetes/contrib/dns-server-for-vhost-ingress-testing/bind9dns/templates/deployment.yaml
@@ -36,7 +36,7 @@ spec:
spec:
containers:
- name: {{ .Chart.Name }}
- image: "{{ .Values.image.repository }}:{{ .Values.image.tag }}"
+ image: {{ .Values.image.repository }}:{{ .Values.image.tag }}
imagePullPolicy: {{ .Values.image.pullPolicy }}
env:
- name: DNS_FORWARDER