Force the namespace value for the "default" service object.

The clusterrolebinding and rolebinding is pointing at a resource
which is not listed in the kustomize
This commit is contained in:
Jerome Brette
2019-07-25 22:19:25 +00:00
parent e646bba1ff
commit 2faf4a491b
5 changed files with 164 additions and 54 deletions

View File

@@ -21,5 +21,9 @@ const (
namespace:
- path: metadata/namespace
create: true
- path: subjects
kind: RoleBinding
- path: subjects
kind: ClusterRoleBinding
`
)