Skip to content

Commit

Permalink
[occm] add missing RBAC for serviceaccount token (kubernetes#1521) (k…
Browse files Browse the repository at this point in the history
…ubernetes#1611)

* [occm] add missing RBAC for serviceaccount token (kubernetes#1521)

* [osccm-helm] add missing RBAC for serviceaccount token

* [osccm-helm] bump version

(cherry picked from commit dcef720)

* Fix chart linting

(cherry picked from commit 1b8283f)

Co-authored-by: Frank Kloeker <[email protected]>
  • Loading branch information
brtkwr and eumel8 authored Aug 2, 2021
1 parent 88ad2c9 commit 9dacf89
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 5 deletions.
17 changes: 13 additions & 4 deletions .github/workflows/pr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,17 @@ jobs:
- name: Fetch history
run: git fetch --prune --unshallow

- id: lint
name: Run chart-testing (lint)
uses: helm/[email protected]
- name: Set up Helm
uses: azure/setup-helm@v1
with:
command: lint
version: v3.6.1

- uses: actions/setup-python@v2
with:
python-version: 3.7

- name: Set up chart-testing
uses: helm/[email protected]

- name: Run chart-testing (lint)
run: ct lint --target-branch ${GITHUB_BASE_REF}
2 changes: 1 addition & 1 deletion charts/openstack-cloud-controller-manager/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ description: Openstack Cloud Controller Manager Helm Chart
icon: https://object-storage-ca-ymq-1.vexxhost.net/swift/v1/6e4619c416ff4bd19e1c087f27a43eea/www-images-prod/openstack-logo/OpenStack-Logo-Vertical.png
home: https://github.com/kubernetes/cloud-provider-openstack
name: openstack-cloud-controller-manager
version: 1.0.1
version: 1.0.2
maintainers:
- name: morremeyer
email: [email protected]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,12 @@ rules:
- patch
- update
- watch
- apiGroups:
- ""
resources:
- serviceaccounts/token
verbs:
- create
- apiGroups:
- ""
resources:
Expand Down

0 comments on commit 9dacf89

Please sign in to comment.