diff --git a/helm/resilient-splunk-forwarder/templates/deployment.yaml b/helm/resilient-splunk-forwarder/templates/deployment.yaml index 078747c..c2ad05c 100644 --- a/helm/resilient-splunk-forwarder/templates/deployment.yaml +++ b/helm/resilient-splunk-forwarder/templates/deployment.yaml @@ -26,7 +26,6 @@ spec: app: {{ .Values.service.name }} visualize: "true" spec: -{{- if not .Values.eksCluster }} affinity: podAntiAffinity: requiredDuringSchedulingIgnoredDuringExecution: @@ -37,7 +36,6 @@ spec: values: - {{ .Values.service.name }} topologyKey: "kubernetes.io/hostname" -{{- end }} containers: - name: {{ .Chart.Name }} image: "{{ .Values.image.repository }}:{{ .Chart.Version }}"