Skip to content

Commit 7329b83

Browse files
committed
changed rolebinding
Signed-off-by: kumarabd <abishekkumar92@gmail.com>
1 parent c658616 commit 7329b83

6 files changed

Lines changed: 6 additions & 12 deletions

File tree

charts/smi-conformance-0.1.0.tgz

-14 Bytes
Binary file not shown.

charts/smi-conformance/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
Name: smi-conformance
22
description: A Helm chart to install the SMI conformance tool on Kubernetes
3-
Version: 0.1.0
3+
version: 0.1.0

charts/smi-conformance/templates/deployment.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
apiVersion: apps/v1
22
kind: Deployment
33
metadata:
4-
name: {{ include "smi-conformance.fullname" . }}
4+
name: {{ include "smi-conformance.name" . }}
55
namespace: {{ include "smi-conformance.namespace" . }}
66
labels:
77
{{- include "smi-conformance.labels" . | nindent 4 }}

charts/smi-conformance/templates/rolebinding.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@
22
apiVersion: rbac.authorization.k8s.io/v1
33
kind: ClusterRoleBinding
44
metadata:
5-
name: {{ include "smi-conformance.fullname" . }}
5+
name: {{ include "smi-conformance.name" . }}
66
namespace: meshery
77
subjects:
88
- kind: ServiceAccount
9-
name: {{ include "smi-conformance.fullname" . }}
9+
name: {{ include "smi-conformance.name" . }}
1010
namespace: {{ include "smi-conformance.namespace" . }}
1111
roleRef:
1212
kind: ClusterRole
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
apiVersion: v1
22
kind: Service
33
metadata:
4-
name: {{ include "smi-conformance.fullname" . }}
4+
name: {{ include "smi-conformance.name" . }}
55
namespace: {{ include "smi-conformance.namespace" . }}
66
labels:
77
{{- include "smi-conformance.labels" . | nindent 4 }}
@@ -11,6 +11,6 @@ spec:
1111
- port: {{ .Values.service.port }}
1212
targetPort: grpc
1313
protocol: TCP
14-
name: {{ include "smi-conformance.fullname" . }}
14+
name: {{ include "smi-conformance.name" . }}
1515
selector:
1616
{{- include "smi-conformance.labels" . | nindent 4 }}

charts/smi-conformance/templates/namespace-serviceaccount.yaml renamed to charts/smi-conformance/templates/serviceaccount.yaml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,3 @@
1-
---
2-
apiVersion: v1
3-
kind: Namespace
4-
metadata:
5-
name: {{ include "smi-conformance.namespace" . }}
6-
---
71
apiVersion: v1
82
kind: ServiceAccount
93
metadata:

0 commit comments

Comments
 (0)