14 lines
332 B
YAML
14 lines
332 B
YAML
kind: Kustomization
|
|
apiVersion: kustomize.config.k8s.io/v1beta1
|
|
resources:
|
|
- ./namespace.yaml
|
|
- ./cert-manager.custom.yaml
|
|
|
|
patches:
|
|
- path: ./helm.patch.yaml
|
|
target:
|
|
labelSelector: app.kubernetes.io/instance=helm
|
|
|
|
- path: ./helm.patch.yaml
|
|
target:
|
|
labelSelector: app.kubernetes.io/instance=cert-manager
|