...

Text file src/edge-infra.dev/config/pallets/edge/device-registrar/kind/kustomization.yaml

Documentation: edge-infra.dev/config/pallets/edge/device-registrar/kind

     1apiVersion: kustomize.config.k8s.io/v1beta1
     2kind: Kustomization
     3# - ../base/activation-code
     4resources:
     5- ../base
     6- ienode-master.yaml
     7- externalApplication.yaml
     8- discovery.yaml
     9- certs.yaml
    10patchesStrategicMerge:
    11- deployment-set-local-image.yaml
    12transformers:
    13- |-
    14  apiVersion: builtin
    15  kind: NamespaceTransformer
    16  metadata:
    17    name: notImportantHere
    18    namespace: device-registrar
    19  unsetOnly: true
    20  setRoleBindingSubjects: none

View as plain text