19 lines
309 B
YAML
19 lines
309 B
YAML
apiVersion: kustomize.config.k8s.io/v1beta1
|
|
kind: Kustomization
|
|
|
|
commonLabels:
|
|
app.kubernetes.io/name: test-agenda
|
|
app.kubernetes.io/instance: test-agenda
|
|
|
|
configMapGenerator:
|
|
- name: test-agenda-config
|
|
files:
|
|
- config.yaml
|
|
|
|
resources:
|
|
- sealed-db-secret.yaml
|
|
- deployment.yaml
|
|
- service.yaml
|
|
|
|
|