...

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

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

     1namespace: sds
     2apiVersion: kustomize.config.k8s.io/v1beta1
     3kind: Kustomization
     4resources:
     5- namespace.yaml
     6- manifests.yaml
     7- role.yaml
     8- crds/dsds.edge.ncr.com_ienodes.yaml
     9- crds/dsds.edge.ncr.com_nodefirewall.yaml
    10- crds/dsds.edge.ncr.com_clusterfirewall.yaml
    11- remoteagentconfig/external-secret.yaml
    12- monitoring/podmonitor.yaml
    13commonLabels:
    14  platform.edge.ncr.com/component: 'nodeagent'
    15configMapGenerator:
    16- name: remote-agent-configuration
    17  files:
    18  - config.yaml.tpl=remoteagentconfig/config.yaml.tpl
    19  - key.json=remoteagentconfig/adcKey.tpl
    20  options:
    21    disableNameSuffixHash: true

View as plain text