push helm Charts and kube Components
This commit is contained in:
9
oc-mongo/mongo/mongo-secret.yml
Normal file
9
oc-mongo/mongo/mongo-secret.yml
Normal file
@@ -0,0 +1,9 @@
|
||||
# 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'
|
||||
Reference in New Issue
Block a user