fix(helm): fallback on extraArgs update-status if not set

needed for helm version under v3.8.0
This commit is contained in:
genofire 2024-01-09 17:31:15 +01:00
parent 07b50e635e
commit 4a3a056101

View file

@ -45,7 +45,7 @@ rules:
- list
- watch
# Omit Ingress status permissions if `--update-status` is disabled.
{{- if ne (index .Values.controller.extraArgs "update-status") "false" }}
{{- if ne (index .Values.controller.extraArgs "update-status" | default "") "false" }}
- apiGroups:
- networking.k8s.io
resources: