Skip to content

Commit 9487cef

Browse files
committed
fixed service account issue
Signed-off-by: kumarabd <[email protected]>
1 parent c667ec8 commit 9487cef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

charts/smi-conformance/templates/rolebinding.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ metadata:
66
namespace: meshery
77
subjects:
88
- kind: ServiceAccount
9-
name: {{ include "smi-conformance.name" . }}
9+
name: {{ include "smi-conformance.serviceAccount" . }}
1010
namespace: {{ include "smi-conformance.namespace" . }}
1111
roleRef:
1212
kind: ClusterRole

0 commit comments

Comments
 (0)