Skip to content

Commit

Permalink
fix: minor chart changes to install agent in upstream cluster (#186)
Browse files Browse the repository at this point in the history
  • Loading branch information
Arvindthiru committed Jul 31, 2024
1 parent eb1c94e commit 2b226ea
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 0 deletions.
1 change: 1 addition & 0 deletions charts/mcs-controller-manager/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,7 @@ spec:
{{ range $key, $value := (index .Values $provider) }}
- --{{ $key }}={{ $value }}
{{ end }}
- --v={{ .Values.logVerbosity }}
ports:
- name: http
containerPort: 4000
Expand Down
7 changes: 7 additions & 0 deletions charts/mcs-controller-manager/templates/rbac.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,13 @@ rules:
- patch
- update
- watch
- apiGroups:
- ""
resources:
- secrets
verbs:
- get
- list
- apiGroups:
- networking.fleet.azure.com
resources:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,7 @@ spec:
{{ range $key, $value := (index .Values $provider) }}
- --{{ $key }}={{ $value }}
{{ end }}
- --v={{ .Values.logVerbosity }}
ports:
- name: http
containerPort: 4000
Expand Down
7 changes: 7 additions & 0 deletions charts/member-net-controller-manager/templates/rbac.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,13 @@ rules:
- patch
- update
- watch
- apiGroups:
- ""
resources:
- secrets
verbs:
- get
- list
- apiGroups:
- discovery.k8s.io
resources:
Expand Down

0 comments on commit 2b226ea

Please sign in to comment.