Skip to content

Commit

Permalink
[charts/csm-authorization]: Fix powerscale volume create policy and f…
Browse files Browse the repository at this point in the history
…ix rolebinding (#136)

* fix powerscale volume create policy and fix rolebinding

* bump chart and app version

* bump chart to 1.4.0
  • Loading branch information
atye committed Sep 21, 2022
1 parent ea4cb10 commit ec7d733
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions charts/csm-authorization/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: v2
name: csm-authorization
version: 1.3.1
appVersion: 1.3.1
version: 1.4.0
appVersion: 1.4.0
type: application
description: CSM for Authorization is part of the [Container Storage Modules](https://github.com/dell/csm) open source suite of Kubernetes storage enablers for Dell EMC storage products. CSM for Authorization provides storage and Kubernetes administrators the ability to apply RBAC for Dell CSI Drivers.
dependencies:
Expand Down
2 changes: 1 addition & 1 deletion charts/csm-authorization/templates/policies.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ metadata:
name: powerscale-volumes-create
namespace: {{ .Release.Namespace }}
data:
{{- (.Files.Glob "policies/volumes-powerscale-create.rego").AsConfig | nindent 2 }}3
{{- (.Files.Glob "policies/volumes-powerscale-create.rego").AsConfig | nindent 2 }}
---
apiVersion: v1
kind: ConfigMap
Expand Down
2 changes: 1 addition & 1 deletion charts/csm-authorization/templates/proxy-server.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ roleRef:
apiGroup: rbac.authorization.k8s.io
subjects:
- kind: Group
name: system:serviceaccounts:karavi
name: system:serviceaccounts:{{ .Release.Namespace }}
apiGroup: rbac.authorization.k8s.io
---
apiVersion: apps/v1
Expand Down

0 comments on commit ec7d733

Please sign in to comment.