Skip to content

Commit

Permalink
Remove unsupported Helm chart conditional optimization
Browse files Browse the repository at this point in the history
  • Loading branch information
NotTheEvilOne committed Feb 18, 2022
1 parent 2cf58eb commit eff1d06
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ metadata:
namespace: {{ .Release.Namespace }}
labels:
{{ include "labels" . | indent 4 }}
{{- if and (ne .Values.gardener.version "") (semverCompare ">= 1.37-0" .Values.gardener.version) }}
{{- if ne .Values.gardener.version "" }}
{{- if semverCompare ">= 1.37-0" .Values.gardener.version }}
automountServiceAccountToken: false
{{- end }}
{{- end }}

0 comments on commit eff1d06

Please sign in to comment.