Files
rustfs-manager-operator/operator/manifests/rustfs_instance.yaml
2026-03-14 19:53:05 +01:00

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