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 }}