13 lines
338 B
Text
13 lines
338 B
Text
|
|
apiVersion: v1
|
||
|
|
kind: Secret
|
||
|
|
metadata:
|
||
|
|
namespace: unip-system-controller
|
||
|
|
name: csi-s3-secret
|
||
|
|
stringData:
|
||
|
|
accessKeyID: sample
|
||
|
|
secretAccessKey: sample
|
||
|
|
# For AWS set it to "https://s3.<region>.amazonaws.com", for example https://s3.eu-central-1.amazonaws.com
|
||
|
|
endpoint: https://host
|
||
|
|
# For AWS set it to AWS region
|
||
|
|
# region: ""
|