Skip to content

Commit

Permalink
Fixes issue with kubetail agent rbac template (#59)
Browse files Browse the repository at this point in the history
  • Loading branch information
amorey authored Sep 24, 2024
1 parent afd9cb6 commit b9b3e75
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion charts/kubetail/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ keywords:
- private
- realtime
type: application
version: 0.7.0-rc1
version: 0.7.0-rc2
appVersion: "0.7.0-rc4"
home: https://github.com/kubetail-org/kubetail
maintainers:
Expand Down
2 changes: 1 addition & 1 deletion charts/kubetail/templates/agent/rbac.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{{- if eq .Values.kubetail.authMode "cluster" }}
{{- if not .Values.kubetail.allowedNamespaces }}
{{- $rbac := index .Values "kubetail" "agent" "rbac" -}}
{{- if not .Values.kubetail.allowedNamespaces }}
kind: ClusterRole
apiVersion: rbac.authorization.k8s.io/v1
metadata:
Expand Down

0 comments on commit b9b3e75

Please sign in to comment.