...

Text file src/edge-infra.dev/config/pallets/sds/storage/local/base/kustomization.yaml

Documentation: edge-infra.dev/config/pallets/sds/storage/local/base

     1namespace: local-storage-provider
     2apiVersion: kustomize.config.k8s.io/v1beta1
     3kind: Kustomization
     4resources:
     5- ../../../../../../third_party/k8s/rancher-local-storage/base
     6- ./network-policies.yaml
     7commonLabels:
     8  platform.edge.ncr.com/component: rancher-local-storage
     9components:
    10- ./helper-pod
    11- ../../../../../components/edge/patches/server-preferred
    12- ../../../../../components/edge/patches/tolerations
    13patches:
    14- path: deployment-patch.yaml
    15  target:
    16    name: local-path-provisioner
    17    kind: Deployment
    18- path: storageclass-patch.yaml
    19  target:
    20    name: local-path
    21    kind: StorageClass
    22- path: namespace-patch.yaml
    23  target:
    24    name: local-path-storage
    25    kind: Namespace
    26patchesStrategicMerge:
    27- delete-configmap.yaml

View as plain text