1
0
mirror of synced 2026-02-06 19:05:55 +00:00

Add SA namespace to RBAC

Fix flux install when not all controllers have been selected

Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com>
This commit is contained in:
Stefan Prodan
2021-01-26 15:43:15 +02:00
parent e2097c28bd
commit 8f8c7cccc6
3 changed files with 9 additions and 0 deletions

View File

@@ -117,6 +117,7 @@ images:
var kustomizationRolesTmpl = `---
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
namespace: {{.Namespace}}
resources:
- rbac.yaml
nameSuffix: -{{.Namespace}}