15 lines
296 B
YAML
15 lines
296 B
YAML
|
apiVersion: kustomize.config.k8s.io/v1beta1
|
||
|
kind: Kustomization
|
||
|
|
||
|
commonLabels:
|
||
|
app.kubernetes.io/name: test-coopgo-fleets
|
||
|
app.kubernetes.io/instance: test-coopgo-fleets
|
||
|
|
||
|
configMapGenerator:
|
||
|
- name: test-fleets-config
|
||
|
files:
|
||
|
- config.yaml
|
||
|
|
||
|
resources:
|
||
|
- deployment.yaml
|
||
|
- service.yaml
|