Skip to content

Commit

Permalink
Removing secret-namespace ref from example-dataset-s3-provision.yaml
Browse files Browse the repository at this point in the history
Signed-off-by: Ryan Borstelmann <[email protected]>
  • Loading branch information
SlothCroissant committed Oct 2, 2024
1 parent cb8b3f6 commit 20121a9
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions examples/templates/example-dataset-s3-provision.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,9 @@ metadata:
spec:
local:
type: "COS"
secret-name: "{SECRET_NAME}" #see s3-secrets.yaml for an example
secret-namespace: "{SECRET_NAMESPACE}" #optional if the secret is in the same ns as dataset
secret-name: "{SECRET_NAME}" #see s3-secrets.yaml for an example. Must be in the same namespace.
endpoint: "{S3_SERVICE_URL}"
bucket: "{BUCKET_NAME}"
readonly: "true" # default is false
provision: "true" # DLF will allocate bucket on the COS if it doesn't exist [Default: false]
region: "" #it can be empty
region: "" #it can be empty

0 comments on commit 20121a9

Please sign in to comment.