Create secret manually
This commit is contained in:
parent
ac80e74292
commit
78d232de88
@ -1,9 +1,9 @@
|
|||||||
secretGenerator:
|
#secretGenerator:
|
||||||
- name: mysql-pass
|
#- name: mysql-pass
|
||||||
literals:
|
# literals:
|
||||||
- password=***REMOVED***
|
# - password=***REMOVED***
|
||||||
|
|
||||||
resources:
|
#resources:
|
||||||
- Deployment.yaml
|
# - Deployment.yaml
|
||||||
- Service.yaml
|
# - Service.yaml
|
||||||
- PersistentVolumeClaim.yaml
|
# - PersistentVolumeClaim.yaml
|
8
homelab/jafner-dev/wordpress/Secret.yaml
Normal file
8
homelab/jafner-dev/wordpress/Secret.yaml
Normal file
@ -0,0 +1,8 @@
|
|||||||
|
---
|
||||||
|
apiVersion: v1
|
||||||
|
kind: Secret
|
||||||
|
metadata:
|
||||||
|
name: mysql-pass
|
||||||
|
type: Opaque
|
||||||
|
data:
|
||||||
|
password: ***REMOVED***
|
Loading…
Reference in New Issue
Block a user