oc-deploy/oc-mongo/mongo/mongo-secret.yml

10 lines
197 B
YAML
Raw Permalink Normal View History

2024-08-30 16:13:10 +02:00
# mongo-secret.yml
apiVersion: v1
kind: Secret
metadata:
name: mongo-secret
type: Opaque
data:
username: dGVzdA== # base64 encoding of 'test'
password: dGVzdA== # base64 encoding of 'test'