fix(argo-rollouts): correct typo
Signed-off-by: yu-croco <yu.croco@gmail.com>
This commit is contained in:
parent
c1cc19ce69
commit
eba2e52bfd
3 changed files with 3 additions and 3 deletions
|
@ -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:
|
||||
|
|
|
@ -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 }}
|
||||
|
|
|
@ -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 }}
|
||||
|
|
Loading…
Reference in a new issue