github.com/metaprov/modela-operator@v0.0.0-20240118193048-f378be8b74d2/config/default/kustomization.yaml (about)

     1  # Adds namespace to all resources.
     2  namespace: modela-system
     3  
     4  # Value of this field is prepended to the
     5  # names of all resources, e.g. a deployment named
     6  # "wordpress" becomes "alices-wordpress".
     7  # Note that it should also match with the prefix (text before '-') of the namespace
     8  # field above.
     9  namePrefix: modela-operator-
    10  
    11  # Labels to add to all resources and selectors.
    12  #commonLabels:
    13  #  someName: someValue
    14  
    15  apiVersion: kustomize.config.k8s.io/v1beta1
    16  kind: Kustomization
    17  resources:
    18  - ../crd
    19  - ../rbac
    20  - ../manager