Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,9 @@ metadata:
{{- end }}
spec:
settings:
{{- if not hasPrefix "9.1." (toString .Values.catalog_channel) }}
enableDeprovisioning: "{{ .Values.enable_deprovisioning }}"
{{- end }}
icr:
cp: "{{ .Values.mas_icr_cp }}"
cpopen: "{{ .Values.mas_icr_cpopen }}"
Expand Down
1 change: 1 addition & 0 deletions instance-applications/115-ibm-aiservice-tenant/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ tenant_id: "aiservice-t01"
aiservice_namespace: "aiservice-inst-1-aiservice"
aiservice_instance_id: "aiservice-inst-1"
tenantNamespace: "aiservice-usr1"
enable_deprovisioning: false

mas_icr_cp: "cp.icr.io/cp"
mas_icr_cpopen: "icr.io/cpopen"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ spec:
tenant_id: "{{ .Values.ibm_aiservice_tenant.tenant_id }}"
aiservice_instance_id: "{{ .Values.ibm_aiservice_tenant.aiservice_instance_id }}"
aiservice_namespace: "{{ .Values.ibm_aiservice_tenant.aiservice_namespace }}"
enable_deprovisioning: {{ eq .Values.ibm_aiservice_tenant.enable_deprovisioning true }}

account_id: "{{ .Values.account.id }}"
region_id: "{{ .Values.region.id }}"
Expand Down
1 change: 1 addition & 0 deletions root-applications/ibm-aiservice-tenant-root/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -267,6 +267,7 @@ ibm_aiservice_tenant:
mas_aiservice_tenant_name: "user"
tenant_action: "true"
tenantNamespace: 'aiservice-{{ mas_aiservice_tenant_name }}'
enable_deprovisioning: false

# cluster_domain: ""
mas_icr_cp: "cp.icr.io/cp"
Expand Down
Loading