16 lines
367 B
YAML
16 lines
367 B
YAML
|
apiVersion: kustomize.config.k8s.io/v1beta1
|
||
|
kind: Kustomization
|
||
|
|
||
|
commonLabels:
|
||
|
app.kubernetes.io/name: test-coopgo-mobility-accounts
|
||
|
app.kubernetes.io/instance: test-coopgo-mobility-accounts
|
||
|
|
||
|
configMapGenerator:
|
||
|
- name: test-mobility-accounts-config
|
||
|
files:
|
||
|
- config.yaml
|
||
|
|
||
|
resources:
|
||
|
- deployment.yaml
|
||
|
- service.yaml
|
||
|
- sealed-mobility-account-secret.yaml
|