Skip to content

Commit

Permalink
helmify
Browse files Browse the repository at this point in the history
  • Loading branch information
maciaszczykm committed Dec 19, 2023
1 parent 76466cd commit f7d66a8
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
2 changes: 2 additions & 0 deletions charts/controller/templates/manager-rbac.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,15 @@ rules:
verbs:
- get
- list
- watch
- apiGroups:
- ""
resources:
- secrets
verbs:
- get
- list
- watch
- apiGroups:
- deployments.plural.sh
resources:
Expand Down
4 changes: 2 additions & 2 deletions charts/controller/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ controllerManager:
- --health-probe-bind-address=:8081
- --metrics-bind-address=127.0.0.1:8080
- --leader-elect
- --console-url=$CONSOLE_URL
- --console-token=$CONSOLE_TOKEN
- --console-url=$(CONSOLE_URL)
- --console-token=$(CONSOLE_TOKEN)
containerSecurityContext:
allowPrivilegeEscalation: false
capabilities:
Expand Down
1 change: 1 addition & 0 deletions controller/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -139,6 +139,7 @@ endif

.PHONY: helm
helm: manifests kustomize helmify
@rm -rf ../charts/controller
$(KUSTOMIZE) build config/default | $(HELMIFY) controller
@mv controller ../charts

Expand Down

0 comments on commit f7d66a8

Please sign in to comment.