From 169dc78dc966a1e2c1e4ef3f29134e996feeb656 Mon Sep 17 00:00:00 2001 From: Jasmin Makwana Date: Thu, 14 May 2026 20:23:41 +0530 Subject: [PATCH] Refactor condition to check catalog_channel --- .../templates/07-aiservice-workspace.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/instance-applications/115-ibm-aiservice-tenant/templates/07-aiservice-workspace.yaml b/instance-applications/115-ibm-aiservice-tenant/templates/07-aiservice-workspace.yaml index 221809aba..32d108cdf 100644 --- a/instance-applications/115-ibm-aiservice-tenant/templates/07-aiservice-workspace.yaml +++ b/instance-applications/115-ibm-aiservice-tenant/templates/07-aiservice-workspace.yaml @@ -49,7 +49,7 @@ spec: type: "{{ .Values.tenant_entitlement_type }}" startDate: "{{ .Values.tenant_entitlement_start_date }}" endDate: "{{ .Values.tenant_entitlement_end_date }}" -{{- if hasPrefix "9.2." (toString .Values.catalog_channel) }} +{{- if not (hasPrefix "9.1." (toString .Values.catalog_channel)) }} {{- if not (empty .Values.tenant_scheduling_config) }} scheduling: {{ .Values.tenant_scheduling_config | toYaml | indent 6 }}