Skip to content

Commit efdd47d

Browse files
authored
Merge pull request #61 from layer5io/kumarabd/bug/smi-port-2
fixed service account issue
2 parents f946170 + 7a122d3 commit efdd47d

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

charts/smi-conformance-0.1.0.tgz

1 Byte
Binary file not shown.

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)