We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ce7fc24 commit c658616Copy full SHA for c658616
2 files changed
charts/smi-conformance-0.1.0.tgz
-14 Bytes
charts/smi-conformance/templates/rolebinding.yaml
@@ -2,7 +2,8 @@
2
apiVersion: rbac.authorization.k8s.io/v1
3
kind: ClusterRoleBinding
4
metadata:
5
- name: read-secrets-global
+ name: {{ include "smi-conformance.fullname" . }}
6
+ namespace: meshery
7
subjects:
8
- kind: ServiceAccount
9
name: {{ include "smi-conformance.fullname" . }}
0 commit comments