From b3649ca33dcdf1c2d57440f955351cec9d96490d Mon Sep 17 00:00:00 2001 From: Richard Johansson Date: Fri, 20 Jan 2023 16:35:01 +0100 Subject: [PATCH] Fixed incorrect inline comments Signed-off-by: Richard Johansson --- charts/argo-rollouts/templates/controller/clusterrole.yaml | 2 +- charts/argo-rollouts/templates/controller/role.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/charts/argo-rollouts/templates/controller/clusterrole.yaml b/charts/argo-rollouts/templates/controller/clusterrole.yaml index fe1c0486..964daed3 100644 --- a/charts/argo-rollouts/templates/controller/clusterrole.yaml +++ b/charts/argo-rollouts/templates/controller/clusterrole.yaml @@ -244,7 +244,7 @@ rules: - update {{- end }} {{- if .Values.providerRBAC.providers.apisix }} -# Traefik access needed when using the Apisix provider +# Access needed when using the Apisix provider - apiGroups: - apisix.apache.org resources: diff --git a/charts/argo-rollouts/templates/controller/role.yaml b/charts/argo-rollouts/templates/controller/role.yaml index 1f7892eb..72ebdbc9 100644 --- a/charts/argo-rollouts/templates/controller/role.yaml +++ b/charts/argo-rollouts/templates/controller/role.yaml @@ -244,7 +244,7 @@ rules: - update {{- end }} {{- if .Values.providerRBAC.providers.apisix }} -# Traefik access needed when using the Apisix provider +# Access needed when using the Apisix provider - apiGroups: - apisix.apache.org resources: