Skip to content

Commit

Permalink
[patch] update namespace for dspa aws/minio
Browse files Browse the repository at this point in the history
  • Loading branch information
karol-czarnecki committed May 15, 2024
1 parent 1507030 commit 460ab87
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions ibm/mas_devops/roles/odh/templates/odh/dspa-aws.yml.j2
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ apiVersion: v1
kind: Secret
metadata:
name: ds-pipeline-s3-instance
namespace: aibroker
namespace: mas-{{ mas_instance_id }}-aibroker
labels:
opendatahub.io/dashboard: 'false'
opendatahub.io/managed: 'true'
Expand All @@ -23,7 +23,7 @@ apiVersion: datasciencepipelinesapplications.opendatahub.io/v1alpha1
kind: DataSciencePipelinesApplication
metadata:
name: instance
namespace: aibroker
namespace: mas-{{ mas_instance_id }}-aibroker
spec:
dspVersion: v1
database:
Expand Down
4 changes: 2 additions & 2 deletions ibm/mas_devops/roles/odh/templates/odh/dspa-minio.yml.j2
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ apiVersion: v1
kind: Secret
metadata:
name: ds-pipeline-s3-instance
namespace: aibroker
namespace: mas-{{ mas_instance_id }}-aibroker
labels:
opendatahub.io/dashboard: 'false'
opendatahub.io/managed: 'true'
Expand All @@ -22,7 +22,7 @@ apiVersion: datasciencepipelinesapplications.opendatahub.io/v1alpha1
kind: DataSciencePipelinesApplication
metadata:
name: instance
namespace: aibroker
namespace: mas-{{ mas_instance_id }}-aibroker
spec:
database:
disableHealthCheck: true
Expand Down

0 comments on commit 460ab87

Please sign in to comment.