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