Remove host networking configurtion for Ranger-agent pods

Change-Id: Iedb14492240ac5e6d7a3f46c63b54791417ee128
This commit is contained in:
Chi Lo 2019-10-25 17:52:03 -07:00
parent 2915715919
commit 1cfa370650
2 changed files with 0 additions and 4 deletions

View File

@ -69,8 +69,6 @@ spec:
spec:
{{ dict "envAll" $envAll "application" "ranger_agent" | include "helm-toolkit.snippets.kubernetes_pod_security_context" | indent 6 }}
serviceAccountName: {{ $serviceAccountName }}
dnsPolicy: ClusterFirstWithHostNet
hostNetwork: true
affinity:
{{ tuple $envAll "ranger-agent" "api" | include "helm-toolkit.snippets.kubernetes_pod_anti_affinity" | indent 8 }}
nodeSelector:

View File

@ -69,8 +69,6 @@ spec:
spec:
{{ dict "envAll" $envAll "application" "ranger_agent" | include "helm-toolkit.snippets.kubernetes_pod_security_context" | indent 6 }}
serviceAccountName: {{ $serviceAccountName }}
dnsPolicy: ClusterFirstWithHostNet
hostNetwork: true
affinity:
{{ tuple $envAll "ranger-agent" "engine" | include "helm-toolkit.snippets.kubernetes_pod_anti_affinity" | indent 8 }}
nodeSelector: