Skip to content

Commit

Permalink
[prometheus-adapter] Remove colons from the ClusterRoleBinding resour…
Browse files Browse the repository at this point in the history
…ce (#94)

Remove colons from the ClusterRoleBinding resource name to make the helm lint command pass for Helm 3.3+

Signed-off-by: Nickolay Kofanov <kofan.com@gmail.com>
  • Loading branch information
kofan authored Sep 14, 2020
1 parent 97e66d8 commit d5315ee
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion charts/prometheus-adapter/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
apiVersion: v1
name: prometheus-adapter
version: 2.5.1
version: 2.5.2
appVersion: v0.7.0
description: A Helm chart for k8s prometheus adapter
home: https://github.com/DirectXMan12/k8s-prometheus-adapter
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ metadata:
chart: {{ template "k8s-prometheus-adapter.chart" . }}
release: {{ .Release.Name }}
heritage: {{ .Release.Service }}
name: {{ template "k8s-prometheus-adapter.name" . }}:system:auth-delegator
name: {{ template "k8s-prometheus-adapter.name" . }}-system-auth-delegator
roleRef:
apiGroup: rbac.authorization.k8s.io
kind: ClusterRole
Expand Down

0 comments on commit d5315ee

Please sign in to comment.