Skip to content

Commit

Permalink
fix clusterrole (#96)
Browse files Browse the repository at this point in the history
Signed-off-by: Maksim Paskal <[email protected]>
  • Loading branch information
maksim-paskal authored Aug 10, 2022
1 parent 5b800d1 commit 5c281b5
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion charts/envoy-control-plane/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: v2
icon: https://helm.sh/img/helm.svg
name: envoy-control-plane
version: 0.0.7
version: 0.0.8
description: Lightweight Envoy control plane
maintainers:
- name: maksim-paskal # Maksim Paskal
Expand Down
2 changes: 1 addition & 1 deletion charts/envoy-control-plane/templates/rbac.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ metadata:
name: {{ tpl .Values.rbac.clusterRoleBindingName . | quote }}
roleRef:
kind: ClusterRole
name: envoy-control-plane-role
name: {{ tpl .Values.rbac.clusterRoleName . | quote }}
apiGroup: rbac.authorization.k8s.io
subjects:
- kind: ServiceAccount
Expand Down
6 changes: 3 additions & 3 deletions examples/test-deploy/Chart.lock
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
dependencies:
- name: envoy-control-plane
repository: file://../../charts/envoy-control-plane
version: 0.0.7
version: 0.0.8
- name: envoy-ratelimit-service
repository: file://../../charts/envoy-ratelimit-service
version: 0.0.2
digest: sha256:e2ce5a188b7b6006ae584ee2e54ad0ca973e21bc0ab2a1c1e8668978a090197e
generated: "2022-08-10T19:34:07.964485+03:00"
digest: sha256:02401c78f79e422027215bacd8d2d025a3b810deb23e6aa9ac712816722299ff
generated: "2022-08-10T19:58:34.856126+03:00"

0 comments on commit 5c281b5

Please sign in to comment.