...

Text file src/edge-infra.dev/test/f2/examples/embed/kustomization/container/kustomization.yaml

Documentation: edge-infra.dev/test/f2/examples/embed/kustomization/container

     1apiVersion: kustomize.config.k8s.io/v1beta1
     2kind: Kustomization
     3resources:
     4- manifests.yaml
     5# Only specify the patchesStrategicMerge in the test specific kustomization, not
     6# the base kustomization
     7patchesStrategicMerge:
     8- deletenamespace.yaml

View as plain text