Skip to content

Commit

Permalink
Update pipeline.yaml
Browse files Browse the repository at this point in the history
Update route URL
  • Loading branch information
a1bokhari authored Aug 31, 2024
1 parent f4b8ae7 commit b4cb096
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions revenueassurance/pipeline/tekton/pipeline.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ metadata:
namespace: tme-aix
spec:
params:
- default: 'https://github.com/fenar/TME-AIX.git'
- default: 'https://github.com/tme-osx/TME-AIX.git'
description: Repo URL
name: GIT_URL
type: string
Expand All @@ -15,19 +15,19 @@ spec:
- default: 3.11-ubi9
name: PYTHON_IMAGE
type: string
- default: 'https://ds-pipeline-dspa.tme-aix.svc.cluster.local:8443'
- default: 'http://ds-pipeline-dspa-tme-aix.apps.acmhub2.narlabs.io'
name: KUBEFLOW_ENDPOINT
type: string
- default: 'http://minio.tme-aix.svc.cluster.local:9000'
- default: 'http://minio-service.tme-aix.svc.cluster.local:9000'
name: S3_ENDPOINT
type: string
- default: T09QInleq4mA_Z4P
- default: c7JUO3bLSd6OpN5nUhAz
name: AWS_ACCESS_KEY_ID
type: string
- default: DrkayJjcyGtnT_cybQBWm605gMMOY4mO
- default: KtKnRPT6iIPBtNsBrPadOKhaXzd1glpVYCslkHIW
name: AWS_SECRET_ACCESS_KEY
type: string
- default: pipeline-artifacts
- default: tme-aix
name: BUCKET_NAME
type: string
tasks:
Expand Down

0 comments on commit b4cb096

Please sign in to comment.