diff --git a/chart/templates/deployment.yaml b/chart/templates/deployment.yaml index 228c92625a17b42edd54ff5c79592a590d087a70..716350d3ed28478729e8990815c62d095600c6fd 100644 --- a/chart/templates/deployment.yaml +++ b/chart/templates/deployment.yaml @@ -42,6 +42,10 @@ spec: tier: "{{ .Values.application.tier }}" release: {{ .Release.Name }} spec: + dnsConfig: + options: + - name: ndots + value: "1" imagePullSecrets: {{ toYaml .Values.image.secrets | indent 10 }} volumes: