10 lines
134 B
YAML
10 lines
134 B
YAML
|
resources:
|
||
|
- pcv.yaml
|
||
|
- service.yaml
|
||
|
- statefulset.yaml
|
||
|
|
||
|
|
||
|
configMapGenerator:
|
||
|
- name: create-db-configmap
|
||
|
files:
|
||
|
- create_db.js
|