rename kube to kubectl and add README.md
This commit is contained in:
12
kubectl/02-databases/01-postgres/01-secret.yaml
Normal file
12
kubectl/02-databases/01-postgres/01-secret.yaml
Normal file
@@ -0,0 +1,12 @@
|
||||
apiVersion: v1
|
||||
kind: Secret
|
||||
metadata:
|
||||
name: postgres
|
||||
namespace: hlaeja
|
||||
labels:
|
||||
app: postgres
|
||||
environment: testing
|
||||
tier: database
|
||||
type: Opaque
|
||||
stringData:
|
||||
POSTGRES_PASSWORD: "password"
|
||||
Reference in New Issue
Block a user