Skip to content

Commit

Permalink
update chart to support crds
Browse files Browse the repository at this point in the history
Signed-off-by: Travis Glenn Hansen <travisghansen@yahoo.com>
  • Loading branch information
travisghansen committed Feb 10, 2023
1 parent 7763ab1 commit d596b1e
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 3 deletions.
4 changes: 2 additions & 2 deletions charts/metallb-node-route-agent/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@ type: application
# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/)
version: 0.1.0
version: 0.2.0

# This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application. Versions are not expected to
# follow Semantic Versioning. They should reflect the version the application is using.
# It is recommended to use it with quotes.
appVersion: "1.16.0"
appVersion: "0.3.0"
10 changes: 9 additions & 1 deletion charts/metallb-node-route-agent/templates/rbac.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,15 @@ rules:
- get
- list
- watch

- apiGroups: ["metallb.io"]
resources:
- bgppeers
- bgpadvertisements
- ipaddresspools
verbs:
- get
- list
- watch
---
kind: RoleBinding
apiVersion: rbac.authorization.k8s.io/v1
Expand Down
4 changes: 4 additions & 0 deletions charts/metallb-node-route-agent/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,12 @@ serviceAccount:
name: ""

extraEnv:
#- name: METALLB_USE_CRDS
# value: "1"
#
#- name: METALLB_CONFIGMAP_NAME
# value: metallb-config
#
#- name: LOG_LEVEL
# value: debug
#
Expand Down

0 comments on commit d596b1e

Please sign in to comment.