...

Text file src/edge-infra.dev/config/pallets/fluxcd/operators/base/kustomization.yaml

Documentation: edge-infra.dev/config/pallets/fluxcd/operators/base

     1namespace: flux-system
     2apiVersion: kustomize.config.k8s.io/v1alpha1
     3kind: Component
     4resources:
     5- ../../../../../third_party/k8s/fluxcd/kustomize-helm-controllers
     6- flux-system-linkerd-config.yaml
     7- flux-system-podmonitor.yaml
     8patches:
     9- path: helm-controller-image-patch.yaml
    10  target:
    11    name: helm-controller
    12    kind: Deployment
    13- path: kustomize-controller-image-patch.yaml
    14  target:
    15    name: kustomize-controller
    16    kind: Deployment
    17- path: source-controller-image-patch.yaml
    18  target:
    19    name: source-controller
    20    kind: Deployment

View as plain text