Skip to content

Commit

Permalink
Fixup typo in templating include
Browse files Browse the repository at this point in the history
Signed-off-by: mudler <[email protected]>
  • Loading branch information
mudler committed Jan 24, 2023
1 parent 58cbe0f commit 463fe59
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion charts/entangle/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@ home: https://kairos.io/
maintainers:
- name: Ettore Di Giacinto
email: [email protected]
version: 0.2.0
version: 0.2.1
appVersion: "v0.2.0"
6 changes: 3 additions & 3 deletions charts/entangle/templates/rbac.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ roleRef:
name: entangle-leader-election-role
subjects:
- kind: ServiceAccount
name: '{{ include "helm-chart.serviceAccountName" . }}'
name: '{{ include "entangle.serviceAccountName" . }}'
namespace: '{{.Release.Namespace}}'
---
apiVersion: rbac.authorization.k8s.io/v1
Expand All @@ -189,7 +189,7 @@ roleRef:
name: entangle-manager-role
subjects:
- kind: ServiceAccount
name: '{{ include "helm-chart.serviceAccountName" . }}'
name: '{{ include "entangle.serviceAccountName" . }}'
namespace: '{{.Release.Namespace}}'
---
apiVersion: rbac.authorization.k8s.io/v1
Expand All @@ -202,5 +202,5 @@ roleRef:
name: entangle-proxy-role
subjects:
- kind: ServiceAccount
name: '{{ include "helm-chart.serviceAccountName" . }}'
name: '{{ include "entangle.serviceAccountName" . }}'
namespace: '{{.Release.Namespace}}'

0 comments on commit 463fe59

Please sign in to comment.