Skip to content

Commit

Permalink
Fix release manifests generation kustomize
Browse files Browse the repository at this point in the history
- config/installation/ was not generating namespace
or necessary rbac objects
  • Loading branch information
ChunyiLyu committed Mar 24, 2021
1 parent bf03582 commit cf21b5d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 2 additions & 0 deletions config/installation/cert-manager/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,6 @@ images:
newTag: latest

resources:
- ../../namespace
- ../../rbac
- ../../default/overlays/cert-manager
4 changes: 3 additions & 1 deletion config/installation/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,6 @@ images:
newTag: latest

resources:
- ../default/base
- ../namespace
- ../rbac
- ../default/base

0 comments on commit cf21b5d

Please sign in to comment.