...

Text file src/edge-infra.dev/hack/build/rules/kustomize/gazelle/testdata/rule_name_test/deploy/kustomization.yaml

Documentation: edge-infra.dev/hack/build/rules/kustomize/gazelle/testdata/rule_name_test/deploy

     1apiVersion: kustomize.config.k8s.io/v1beta1
     2kind: Kustomization
     3resources:
     4- configmap.yaml
     5- deployment.yaml
     6patchesStrategicMerge:
     7- manager_auth_proxy_patch.yaml
     8patches: 
     9- target:
    10    kind: "Deployment"
    11  patch: |-
    12    - op: remove
    13      path: /spec/template/spec/containers/0/ports

View as plain text