4e63c1dda2
* Added v0.3.7 version of capi * Added v0.3.7 version of cacpk * Added v0.3.2 version of camp4 Change-Id: I7b574ef8277192be8e5162384287e9e9ec211a1e
20 lines
494 B
YAML
20 lines
494 B
YAML
apiVersion: kustomize.config.k8s.io/v1beta1
|
|
kind: Kustomization
|
|
# Adds namespace to all resources.
|
|
namespace: provider-system
|
|
|
|
# Value of this field is prepended to the
|
|
# names of all resources, e.g. a deployment named
|
|
# "wordpress" becomes "alices-wordpress".
|
|
# Note that it should also match with the prefix (text before '-') of the namespace
|
|
# field above.
|
|
namePrefix: provider-
|
|
|
|
|
|
patchesStrategicMerge:
|
|
- manager_role_aggregation_patch.yaml
|
|
resources:
|
|
- namespace.yaml
|
|
- ./rbac
|
|
- ./manager
|