From a4573ec8572c39e10bd344cad6f2357f0266d1fc Mon Sep 17 00:00:00 2001 From: Nivedithaa Mahendran Date: Fri, 29 May 2026 16:25:19 +0530 Subject: [PATCH] [patch] SLS Compliance enforcement by default needs to be disabled Issue: #MASCORE-14372 --- .../100-ibm-sls/templates/06-ibm-sls_LicenseService.yaml | 2 ++ .../100-ibm-sls/templates/06-ibm-sls_LicenseService.yaml | 2 ++ 2 files changed, 4 insertions(+) diff --git a/instance-applications/100-ibm-sls/templates/06-ibm-sls_LicenseService.yaml b/instance-applications/100-ibm-sls/templates/06-ibm-sls_LicenseService.yaml index b1387b5ac..b5b8b3aa8 100644 --- a/instance-applications/100-ibm-sls/templates/06-ibm-sls_LicenseService.yaml +++ b/instance-applications/100-ibm-sls/templates/06-ibm-sls_LicenseService.yaml @@ -22,6 +22,8 @@ spec: enforce: true registration: open: true + compliance: + enforce: false {{- if .Values.icr_cp_open }} registry: "{{ .Values.icr_cp_open }}" {{ end }} diff --git a/sls-applications/100-ibm-sls/templates/06-ibm-sls_LicenseService.yaml b/sls-applications/100-ibm-sls/templates/06-ibm-sls_LicenseService.yaml index 839fcdaf0..9ae98953b 100644 --- a/sls-applications/100-ibm-sls/templates/06-ibm-sls_LicenseService.yaml +++ b/sls-applications/100-ibm-sls/templates/06-ibm-sls_LicenseService.yaml @@ -23,6 +23,8 @@ spec: enforce: true registration: open: true + compliance: + enforce: false {{- if .Values.icr_cp_open }} registry: "{{ .Values.icr_cp_open }}" {{ end }}