We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a857026 + cfa37ca commit d39126dCopy full SHA for d39126d
config/samples/dspa_all_fields.yaml
@@ -128,8 +128,8 @@ spec:
128
# otherwise operator will not deploy DSPA
129
s3CredentialsSecret:
130
secretName: somesecret-sample
131
- accessKey: accesskey
132
- secretKey: secretkey
+ accessKey: AWS_ACCESS_KEY_ID
+ secretKey: AWS_SECRET_ACCESS_KEY
133
# externalStorage:
134
# host: minio.com
135
# port: "9092"
config/samples/dspa_simple_external_storage.yaml
@@ -13,8 +13,8 @@ spec:
13
scheme: https
14
15
secretName: somesecret-db-sample
16
- accessKey: somekey
17
- secretKey: somekey
18
# Optional
19
mlpipelineUI:
20
# Image field is required
0 commit comments