UNCLASSIFIED - NO CUI

Skip to content
Snippets Groups Projects
Commit 4896321b authored by Micah Nagel's avatar Micah Nagel
Browse files

Merge branch 'ek-drop-sso-conditional' into 'master'

Fix conditionals for EK drop capabilities SSO

See merge request platform-one/big-bang/bigbang!1995
parents 7abb3426 498ecdf4
No related branches found
No related tags found
1 merge request!1995Fix conditionals for EK drop capabilities SSO
Pipeline #939779 passed with warnings
......@@ -86,7 +86,7 @@ elasticsearch:
capabilities:
drop:
- ALL
{{- if .Values.sso.enabled }}
{{- if .Values.logging.sso.enabled }}
- name: elastic-internal-init-keystore
securityContext:
privileged: false
......@@ -112,7 +112,7 @@ elasticsearch:
capabilities:
drop:
- ALL
{{- if .Values.sso.enabled }}
{{- if .Values.logging.sso.enabled }}
- name: elastic-internal-init-keystore
securityContext:
privileged: false
......@@ -138,7 +138,7 @@ elasticsearch:
capabilities:
drop:
- ALL
{{- if .Values.sso.enabled }}
{{- if .Values.logging.sso.enabled }}
- name: elastic-internal-init-keystore
securityContext:
privileged: false
......@@ -164,7 +164,7 @@ elasticsearch:
capabilities:
drop:
- ALL
{{- if .Values.sso.enabled }}
{{- if .Values.logging.sso.enabled }}
- name: elastic-internal-init-keystore
securityContext:
privileged: false
......@@ -190,7 +190,7 @@ elasticsearch:
capabilities:
drop:
- ALL
{{- if .Values.sso.enabled }}
{{- if .Values.logging.sso.enabled }}
- name: elastic-internal-init-keystore
securityContext:
privileged: false
......
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