14 lines
310 B
YAML
Executable File
14 lines
310 B
YAML
Executable File
apiVersion: kustomize.config.k8s.io/v1beta1
|
|
kind: Kustomization
|
|
resources:
|
|
- ../kubedb-mysql-etherpad-lite-with-init-script
|
|
- ../etherpad-lite-k8s
|
|
patches:
|
|
- configmap.yaml
|
|
- deployment.yaml
|
|
images:
|
|
- name: etherpad/etherpad
|
|
newTag: latest
|
|
configurations:
|
|
- name-prefix-transformer-config.yaml
|