Files
s3-operator/operator/manifests/s3_instance.yaml
2026-03-11 13:45:06 +01:00

23 lines
399 B
YAML

---
apiVersion: v1
kind: Secret
metadata:
name: test
namespace: default
stringData:
ACCESS_KEY: overlord
SECRET_KEY: 8zTYqC1x^&LQetsQ8GUYix7ypL7Q7v9p
---
apiVersion: s3.badhouseplants.net/v1beta1
kind: S3Instance
metadata:
name: test
spec:
endpoint: https://rustfs.badhouseplants.net
forcePathStyle: true
region: us-east-1
credentialsSecret:
namespace: default
name: test