Skip to content

Commit

Permalink
Removed Heritage
Browse files Browse the repository at this point in the history
  • Loading branch information
selvamt94 authored and holyspectral committed Aug 28, 2024
1 parent d2f1b95 commit 3339a7e
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 11 deletions.
3 changes: 0 additions & 3 deletions charts/core/templates/role.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@ metadata:
labels:
chart: {{ template "neuvector.chart" . }}
release: {{ .Release.Name }}
heritage: Helm
rules:
- apiGroups:
- coordination.k8s.io
Expand All @@ -65,7 +64,6 @@ metadata:
labels:
chart: {{ template "neuvector.chart" . }}
release: {{ .Release.Name }}
heritage: Helm
rules:
- apiGroups:
- batch
Expand Down Expand Up @@ -98,7 +96,6 @@ metadata:
labels:
chart: {{ template "neuvector.chart" . }}
release: {{ .Release.Name }}
heritage: Helm
rules:
- apiGroups:
- ""
Expand Down
3 changes: 0 additions & 3 deletions charts/core/templates/rolebinding-least.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,6 @@ metadata:
labels:
chart: {{ template "neuvector.chart" . }}
release: {{ .Release.Name }}
heritage: Helm
roleRef:
{{- if not $oc3 }}
apiGroup: rbac.authorization.k8s.io
Expand Down Expand Up @@ -85,7 +84,6 @@ metadata:
labels:
chart: {{ template "neuvector.chart" . }}
release: {{ .Release.Name }}
heritage: Helm
roleRef:
{{- if not $oc3 }}
apiGroup: rbac.authorization.k8s.io
Expand Down Expand Up @@ -116,7 +114,6 @@ metadata:
labels:
chart: {{ template "neuvector.chart" . }}
release: {{ .Release.Name }}
heritage: Helm
roleRef:
{{- if not $oc3 }}
apiGroup: rbac.authorization.k8s.io
Expand Down
3 changes: 0 additions & 3 deletions charts/core/templates/rolebinding.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,6 @@ metadata:
labels:
chart: {{ template "neuvector.chart" . }}
release: {{ .Release.Name }}
heritage: Helm
roleRef:
{{- if not $oc3 }}
apiGroup: rbac.authorization.k8s.io
Expand All @@ -127,7 +126,6 @@ metadata:
labels:
chart: {{ template "neuvector.chart" . }}
release: {{ .Release.Name }}
heritage: Helm
roleRef:
{{- if not $oc3 }}
apiGroup: rbac.authorization.k8s.io
Expand Down Expand Up @@ -157,7 +155,6 @@ metadata:
labels:
chart: {{ template "neuvector.chart" . }}
release: {{ .Release.Name }}
heritage: Helm
roleRef:
{{- if not $oc3 }}
apiGroup: rbac.authorization.k8s.io
Expand Down
1 change: 0 additions & 1 deletion charts/core/templates/serviceaccount-least.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -73,5 +73,4 @@ metadata:
labels:
chart: {{ template "neuvector.chart" . }}
release: {{ .Release.Name }}
heritage: Helm
{{- end }}
1 change: 0 additions & 1 deletion charts/core/templates/upgrader-cronjob.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ metadata:
labels:
chart: {{ template "neuvector.chart" . }}
release: {{ .Release.Name }}
heritage: Helm
spec:
{{- if .Values.controller.certupgrader.schedule }}
schedule: {{ .Values.controller.certupgrader.schedule | quote }}
Expand Down

0 comments on commit 3339a7e

Please sign in to comment.