aboutsummaryrefslogtreecommitdiffstats
path: root/kubernetes/common/elasticsearch/templates/configmap-server-block.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'kubernetes/common/elasticsearch/templates/configmap-server-block.yaml')
-rw-r--r--kubernetes/common/elasticsearch/templates/configmap-server-block.yaml6
1 files changed, 0 insertions, 6 deletions
diff --git a/kubernetes/common/elasticsearch/templates/configmap-server-block.yaml b/kubernetes/common/elasticsearch/templates/configmap-server-block.yaml
index 49ce0ef76a..e7520aeed6 100644
--- a/kubernetes/common/elasticsearch/templates/configmap-server-block.yaml
+++ b/kubernetes/common/elasticsearch/templates/configmap-server-block.yaml
@@ -21,11 +21,5 @@ kind: ConfigMap
metadata: {{- include "common.resourceMetadata" (dict "suffix" $suffix "dot" . )| nindent 2 }}
data:
server-block.conf: |-
-{{ if .Values.global.aafEnabled }}
-{{ .Values.nginx.serverBlock.https | indent 4 }}
-{{ else }}
{{ .Values.nginx.serverBlock.http | indent 4 }}
-
-
-{{ end }}
{{- end -}}