You can not select more than 25 topics
Topics must start with a chinese character,a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
- apiVersion: v1
- kind: Secret
- metadata:
- name: rclone-secret
- namespace: kube-system
- type: Opaque
- stringData:
- remote: "s3"
- remotePath: "projectname"
- s3-provider: "Minio"
- s3-endpoint: "http://minio.munio:9000"
- s3-access-key-id: "ACCESS_KEY_ID"
- s3-secret-access-key: "SECRET_ACCESS_KEY"
|