First commit
This commit is contained in:
17
manifest/05-postgres/secret.yml.example
Normal file
17
manifest/05-postgres/secret.yml.example
Normal file
@@ -0,0 +1,17 @@
|
||||
apiVersion: v1
|
||||
kind: Secret
|
||||
metadata:
|
||||
name: cnpg-secret
|
||||
stringData:
|
||||
username: EXAMPLE
|
||||
password: EXAMPLE
|
||||
type: kubernetes.io/basic-auth
|
||||
---
|
||||
apiVersion: v1
|
||||
kind: Secret
|
||||
metadata:
|
||||
name: aws-creds
|
||||
type: Opaque
|
||||
stringData:
|
||||
ACCESS_KEY: EXAMPLE
|
||||
SECRET_KEY: EXAMPLE
|
||||
Reference in New Issue
Block a user