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