-
Notifications
You must be signed in to change notification settings - Fork 39
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
deploy: fix setting rbac-proxy image in kustomize files
` cd config/manager && $(KUSTOMIZE) edit set image controller=${CONTROLLER_IMG} $(KUSTOMIZE_RBAC_PROXY)` The above command did not set rbax-proxy image since this image variable was part of config/default/kustomization.yaml. This commit fixes this issue and does some cleanup in the Makefile and config/default/kustomization.yaml(running the cmd moved /removed some default parameters). Signed-off-by: Rakshith R <[email protected]>
- Loading branch information
1 parent
5060dc9
commit 383733b
Showing
2 changed files
with
16 additions
and
17 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters