Feature 10948: Set pod security label to helm EE namespaces
[osm/LCM.git] / osm_lcm / data_utils / lcm_config.py
index 711d76a..4384021 100644 (file)
@@ -122,6 +122,7 @@ class VcaConfig(OsmConfigman):
     eegrpcinittimeout: int = None
     eegrpctimeout: int = None
     eegrpc_tls_enforce: bool = False
+    eegrpc_pod_admission_policy: str = "baseline"
     loglevel: str = "DEBUG"
     logfile: str = None
     ca_store: str = "/etc/ssl/certs/osm-ca.crt"