Add enableServiceLinks: false to avoid K8s env warnings

This commit is contained in:
cătălin 2026-08-11 14:09:22 +02:00
commit c798707c9d
No known key found for this signature in database

View file

@ -100,3 +100,4 @@ spec:
{{- toYaml . | nindent 8 }} {{- toYaml . | nindent 8 }}
{{- end }} {{- end }}
automountServiceAccountToken: false automountServiceAccountToken: false
enableServiceLinks: false