Skip to content
Snippets Groups Projects
Commit ce95b3d8 authored by Andri Joos's avatar Andri Joos :blush:
Browse files

add hostaliases for dns mapping

parent 9578e22e
No related branches found
No related tags found
No related merge requests found
Pipeline #7797 passed with stages
in 34 seconds
...@@ -34,6 +34,10 @@ spec: ...@@ -34,6 +34,10 @@ spec:
securityContext: securityContext:
{{- toYaml . | nindent 8 }} {{- toYaml . | nindent 8 }}
{{- end }} {{- end }}
{{- with .Values.hostAliases }}
hostAliases:
{{- toYaml . | nindent 8 }}
{{- end }}
initContainers: initContainers:
- name: permissions - name: permissions
image: busybox image: busybox
......
{{- range $_, $endpoint := .Values.endpoints }}
{{ include "common.endpoint" (dict "Values" $endpoint "Chart" $.Chart "Release" $.Release) }}
{{- end }}
...@@ -153,4 +153,4 @@ userKeys: ...@@ -153,4 +153,4 @@ userKeys:
# dummyUser: base64EncodedDummyUserPublicKey # dummyUser: base64EncodedDummyUserPublicKey
networkpolicies: {} networkpolicies: {}
endpoints: {} hostAliases: []
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