3bade9c0ed
This PS updates the capm3 version to 0.4.0, to fix the clusterctl move BMH bug. Closes: #466 Change-Id: If9369b6421bde628efee90f1a94681c13f9e749c
15 lines
419 B
YAML
15 lines
419 B
YAML
# the following config is for teaching kustomize where to look at when substituting vars.
|
|
# It requires kustomize v2.1.0 or newer to work properly.
|
|
nameReference:
|
|
- kind: ServiceAccount
|
|
version: v1
|
|
fieldSpecs:
|
|
- kind: ClusterRoleBinding
|
|
group: rbac.authorization.k8s.io
|
|
path: subjects/name
|
|
|
|
namespace:
|
|
- kind: ClusterRoleBinding
|
|
group: rbac.authorization.k8s.io
|
|
path: subjects/namespace
|
|
create: true |