Skip to content

Commit

Permalink
Fix: Cypress pipeline test
Browse files Browse the repository at this point in the history
  • Loading branch information
FedeAlonso committed Nov 20, 2024
1 parent 3ba248d commit 36619bc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: datasciencepipelinesapplications.opendatahub.io/v1
kind: DataSciencePipelinesApplication
metadata:
name: dspa
namespace: { { NAMESPACE } }
namespace: {{NAMESPACE}}
spec:
apiServer:
caBundleFileMountPath: ''
Expand Down Expand Up @@ -32,14 +32,14 @@ spec:
enableExternalRoute: false
externalStorage:
basePath: ''
bucket: { { AWS_S3_BUCKET } }
bucket: {{AWS_S3_BUCKET}}
host: s3.amazonaws.com
port: ''
region: us-east-1
s3CredentialsSecret:
accessKey: AWS_ACCESS_KEY_ID
secretKey: AWS_SECRET_ACCESS_KEY
secretName: { { DSPA_SECRET_NAME } }
secretName: {{DSPA_SECRET_NAME}}
scheme: https
persistenceAgent:
deploy: true
Expand Down

0 comments on commit 36619bc

Please sign in to comment.