sigs.k8s.io/cluster-api/bootstrap/kubeadm@v0.0.0-20191016155141-23a891785b60/config-capi/ci/kustomization.yaml (about) 1 # Adds namespace to all resources. 2 namespace: provider-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: provider- 10 11 bases: 12 - ./rbac/ 13 - ./manager/ 14 15 patchesStrategicMerge: 16 - manager_image_patch.yaml 17 - manager_label_patch.yaml