Skip to content

Commit

Permalink
Remove spurious whitespace in OCCM values file (#2347)
Browse files Browse the repository at this point in the history
The space character was sadly introduced in an earlier PR and had not
been picked up by the helm linter, presumably because the GHA did
not run.

Signed-off-by: Wolodja Wentland <w@wentland.dev>
  • Loading branch information
wwentland authored Aug 30, 2023
1 parent bc3ffab commit 221fd41
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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: 2.29.0-alpha.0
version: 2.29.0-alpha.1
maintainers:
- name: eumel8
email: f.kloeker@telekom.de
Expand Down
2 changes: 1 addition & 1 deletion charts/openstack-cloud-controller-manager/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -131,6 +131,6 @@ extraVolumeMounts:
cluster:
name: kubernetes

clusterRoleName : system:cloud-controller-manager
clusterRoleName: system:cloud-controller-manager

serviceAccountName: cloud-controller-manager

0 comments on commit 221fd41

Please sign in to comment.