diff options
author | Krzysztof Opasiak <k.opasiak@samsung.com> | 2020-11-30 08:11:12 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2020-11-30 08:11:12 +0000 |
commit | 5f87538137c882aa6a4064faf1ba1d10efc07ce0 (patch) | |
tree | c673f22d594d08a52cad61851f02ed24b3126927 /kubernetes/contrib/dns-server-for-vhost-ingress-testing/bind9dns/templates | |
parent | d92618a67e411c4e0568c7a71a7d7b3307a56807 (diff) | |
parent | 5ee4dd4bb9e96ae21ac5b37453e3d1d8c674c966 (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.yaml | 2 |
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 |