Skip to content

Commit

Permalink
fix: role typo
Browse files Browse the repository at this point in the history
Signed-off-by: Vladislav Sukhin <[email protected]>
  • Loading branch information
vsukhin committed Mar 3, 2025
1 parent 6c1a99d commit 22879f2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion charts/testkube-operator/templates/rolebinding.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,6 @@ subjects:
name: {{ include "testkube-operator.webhook.serviceAccountName" . }}
namespace: {{ include "testkube-operator.namespace" . }}
{{- end }}
{{- end -}}

---

Expand All @@ -167,3 +166,5 @@ subjects:
- kind: ServiceAccount
name: {{ include "testkube-operator.serviceAccountName" . }}
namespace: {{ include "testkube-operator.namespace" . }}

{{- end -}}

0 comments on commit 22879f2

Please sign in to comment.