File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ apiVersion: v2
22name : substreams-tier-2
33description : A Helm chart for deploying substreams-tier-2
44type : application
5- version : 1.1.1
5+ version : 1.1.2
66appVersion : v2.14.2
77keywords :
88 - substreams-tier-2
Original file line number Diff line number Diff line change 11{{- if .Values.serviceAccount.create }}
2- {{- $values := $.Values.substreams_tier_2 }}
3- {{- $componentName := "substreams-tier-2" }}
4- {{- $componentLabel := include "substreams_tier_2.componentLabelFor" $componentName }}
5-
62apiVersion : v1
73kind : ServiceAccount
84metadata :
9- name : {{ include "substreams_tier_2.fullname " . }}-{{ $componentName }}-sa
5+ name : {{ include "substreams_tier_2.serviceAccountName " . }}
106 labels :
117 {{- include "substreams_tier_2.labels" . | nindent 4 }}
12- {{- if .Values.serviceAccount.annotations }}
8+ {{- if .Values.serviceAccount.annotations }}
139 annotations :
1410 {{- toYaml .Values.serviceAccount.annotations | nindent 4 }}
1511 {{- end }}
You can’t perform that action at this time.
0 commit comments