Skip to content

Commit 4a9f0d6

Browse files
author
github-actions
committed
Update perfectscale-agent chart with new package version v1.0.39
1 parent 077e792 commit 4a9f0d6

File tree

7 files changed

+1572
-1
lines changed

7 files changed

+1572
-1
lines changed

charts/perfectscale-agent/templates/clusterrole.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@ metadata:
55
name: {{ template "helm.fullname" . }}
66
labels:
77
{{- include "helm.labels" . | nindent 4 }}
8+
{{- if .Values.additionalLabels }}
9+
{{ toYaml .Values.additionalLabels | nindent 4 }}
10+
{{- end }}
811
rules:
912
- apiGroups:
1013
- ""

charts/perfectscale-agent/templates/clusterrolebinding.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@ kind: ClusterRoleBinding
44
metadata:
55
name: {{ template "helm.fullname" . }}
66
labels: {{- include "helm.labels" . | nindent 4 }}
7+
{{- if .Values.additionalLabels }}
8+
{{ toYaml .Values.additionalLabels | nindent 4 }}
9+
{{- end }}
710
subjects:
811
- kind: ServiceAccount
912
name: {{ include "helm.serviceAccountName" . }}

0 commit comments

Comments
 (0)