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 @@ -2,11 +2,12 @@
apiVersion: operators.coreos.com/v1alpha1
kind: Subscription
metadata:
name: openshift-pipelines-operator-rh
name: openshift-pipelines
namespace: "{{ .Values.openshift_namespace }}"
annotations:
argocd.argoproj.io/sync-wave: "116"
spec:
package_name: "openshift-pipelines-operator-rh"
package_channel: "{{ .Values.pipeline_channel }}"
catalog_source: "{{ .Values.pipeline_catalog_source }}"
channel: {{ .Values.pipeline_channel }}
name: Openshift-pipelines
source: {{ .Values.pipeline_catalog_source }}
sourceNamespace: {{ .Values.openshift_namespace }}
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,11 @@ metadata:
serving.kserve.io/s3-region: "{{ .Values.mas_aibroker_storage_region }}"
{{- end }}
stringData:
AWS_ACCESS_KEY_ID: "{{ .Values.mas_aibroker_storage_accesskey}}"
AWS_SECRET_ACCESS_KEY: "{{ .Values.mas_aibroker_storage_secretkey}}"
S3_ACCESS_KEY: "{{ .Values.mas_aibroker_storage_accesskey}}"
S3_SECRET_KEY: "{{ .Values.mas_aibroker_storage_secretkey}}"
S3_HOST: "{{ .Values.mas_aibroker_storage_host}}"
S3_PORT: "{{ .Values.mas_aibroker_storage_port}}"
S3_REGION: "{{ .Values.mas_aibroker_storage_region}}"
S3_SSL: "{{ .Values.mas_aibroker_storage_ssl}}"
AWS_ACCESS_KEY_ID: "{{ .Values.mas_aibroker_storage_accesskey }}"
AWS_SECRET_ACCESS_KEY: "{{ .Values.mas_aibroker_storage_secretkey }}"
S3_ACCESS_KEY: "{{ .Values.mas_aibroker_storage_accesskey }}"
S3_SECRET_KEY: "{{ .Values.mas_aibroker_storage_secretkey }}"
S3_HOST: "{{ .Values.mas_aibroker_storage_host }}"
S3_PORT: "{{ .Values.mas_aibroker_storage_port }}"
S3_REGION: "{{ .Values.mas_aibroker_storage_region }}"
S3_SSL: "{{ .Values.mas_aibroker_storage_ssl }}"
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ metadata:
namespace: opendatahub
annotations:
argocd.argoproj.io/sync-wave: "139"
argocd.argoproj.io/sync-options: SkipDryRunOnMissingResource=true
spec:
mtls:
mode: PERMISSIVE
Expand All @@ -17,6 +18,7 @@ metadata:
namespace: opendatahub
annotations:
argocd.argoproj.io/sync-wave: "140"
argocd.argoproj.io/sync-options: SkipDryRunOnMissingResource=true
spec:
host: ds-pipeline-instance.opendatahub.svc.cluster.local
trafficPolicy:
Expand All @@ -33,6 +35,7 @@ metadata:
namespace: opendatahub
annotations:
argocd.argoproj.io/sync-wave: "141"
argocd.argoproj.io/sync-options: SkipDryRunOnMissingResource=true
spec:
host: minio-instance.opendatahub.svc.cluster.local
trafficPolicy:
Expand Down
8 changes: 4 additions & 4 deletions root-applications/ibm-aibroker-instance-root/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -74,10 +74,10 @@ ibm_odh:
aibroker_namespace: "mas_sremat_aibroker"
pull_secret_name: "ibm_entitlement"
mas_aibroker_storage_provider: "minio"
mas_aibroker_storage_accesskey: "mas_aibroker_storage_accesskey"
mas_aibroker_storage_secretkey: "mas_aibroker_storage_secretkey"
mas_aibroker_storage_host: "mas_aibroker_storage_host"
mas_aibroker_storage_port: "mas_aibroker_storage_port"
mas_aibroker_storage_accesskey: xxxx
mas_aibroker_storage_secretkey: xxxx
mas_aibroker_storage_host: xxxx
mas_aibroker_storage_port: xxxx
mas_aibroker_storage_ssl: "mas_aibroker_storage_ssl"
mas_aibroker_storage_region: "mas_aibroker_storage_region"

Expand Down
Loading