Skip to content

Commit

Permalink
Merge pull request #61 from layer5io/kumarabd/bug/smi-port-2
Browse files Browse the repository at this point in the history
fixed service account issue
  • Loading branch information
leecalcote committed Sep 15, 2020
2 parents f946170 + 7a122d3 commit efdd47d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Binary file modified charts/smi-conformance-0.1.0.tgz
Binary file not shown.
2 changes: 1 addition & 1 deletion charts/smi-conformance/templates/rolebinding.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ metadata:
namespace: meshery
subjects:
- kind: ServiceAccount
name: {{ include "smi-conformance.name" . }}
name: {{ include "smi-conformance.serviceAccount" . }}
namespace: {{ include "smi-conformance.namespace" . }}
roleRef:
kind: ClusterRole
Expand Down

0 comments on commit efdd47d

Please sign in to comment.