Skip to content
Snippets Groups Projects
Commit a5ca22d8 authored by Dominik Hebeler's avatar Dominik Hebeler
Browse files

changed ndots to 1

parent 1b966bde
No related branches found
No related tags found
No related merge requests found
...@@ -42,6 +42,10 @@ spec: ...@@ -42,6 +42,10 @@ spec:
tier: "{{ .Values.application.tier }}" tier: "{{ .Values.application.tier }}"
release: {{ .Release.Name }} release: {{ .Release.Name }}
spec: spec:
dnsConfig:
options:
- name: ndots
value: "1"
imagePullSecrets: imagePullSecrets:
{{ toYaml .Values.image.secrets | indent 10 }} {{ toYaml .Values.image.secrets | indent 10 }}
volumes: volumes:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment