20 lines
369 B
YAML
20 lines
369 B
YAML
---
|
|
apiVersion: v1
|
|
kind: Secret
|
|
metadata:
|
|
name: test
|
|
namespace: default
|
|
stringData:
|
|
ACCESS_KEY: overlord
|
|
SECRET_KEY: 's1cdlej3#^&LQetsQ8GUYix7ypLf#$#$wsdf'
|
|
---
|
|
apiVersion: rustfs.badhouseplants.net/v1beta1
|
|
kind: RustFSInstance
|
|
metadata:
|
|
name: test
|
|
spec:
|
|
endpoint: https://rustfs.badhouseplants.net
|
|
credentialsSecret:
|
|
namespace: default
|
|
name: test
|