fix(argo-rollouts): correct typo

Signed-off-by: yu-croco <yu.croco@gmail.com>
This commit is contained in:
yu-croco 2024-08-12 17:11:34 +09:00
parent c1cc19ce69
commit eba2e52bfd
3 changed files with 3 additions and 3 deletions

View file

@ -113,7 +113,7 @@ Return the appropriate apiVersion for pod disruption budget
{{/*
Return the rules for controller's Role and ClusterRole
*/}}
{{- define "argo-rollouts.controller.roleRuls" -}}
{{- define "argo-rollouts.controller.roleRules" -}}
- apiGroups:
- argoproj.io
resources:

View file

@ -7,5 +7,5 @@ metadata:
app.kubernetes.io/component: {{ .Values.controller.component }}
{{- include "argo-rollouts.labels" . | nindent 4 }}
rules:
{{- include "argo-rollouts.controller.roleRuls" . | nindent 2 }}
{{- include "argo-rollouts.controller.roleRules" . | nindent 2 }}
{{- end }}

View file

@ -8,5 +8,5 @@ metadata:
app.kubernetes.io/component: {{ .Values.controller.component }}
{{- include "argo-rollouts.labels" . | nindent 4 }}
rules:
{{- include "argo-rollouts.controller.roleRuls" . | nindent 2 }}
{{- include "argo-rollouts.controller.roleRules" . | nindent 2 }}
{{- end }}