chore: beautify indentation
Signed-off-by: Marco Kilchhofer <mkilchhofer@users.noreply.github.com>
This commit is contained in:
parent
cf5036d8ea
commit
7b795d7bd4
2 changed files with 8 additions and 8 deletions
|
@ -7,8 +7,8 @@ metadata:
|
||||||
{{- include "argo-cd.labels" (dict "context" . "component" .Values.controller.name "name" .Values.controller.name) | nindent 4 }}
|
{{- include "argo-cd.labels" (dict "context" . "component" .Values.controller.name "name" .Values.controller.name) | nindent 4 }}
|
||||||
rules:
|
rules:
|
||||||
{{- if .Values.controller.clusterRoleRules.enabled }}
|
{{- if .Values.controller.clusterRoleRules.enabled }}
|
||||||
{{- toYaml .Values.controller.clusterRoleRules.rules | nindent 2 }}
|
{{- toYaml .Values.controller.clusterRoleRules.rules | nindent 0 }}
|
||||||
{{ else }}
|
{{- else }}
|
||||||
- apiGroups:
|
- apiGroups:
|
||||||
- '*'
|
- '*'
|
||||||
resources:
|
resources:
|
||||||
|
|
|
@ -7,8 +7,8 @@ metadata:
|
||||||
{{- include "argo-cd.labels" (dict "context" . "component" .Values.repoServer.name "name" .Values.repoServer.name) | nindent 4 }}
|
{{- include "argo-cd.labels" (dict "context" . "component" .Values.repoServer.name "name" .Values.repoServer.name) | nindent 4 }}
|
||||||
rules:
|
rules:
|
||||||
{{- if .Values.repoServer.clusterRoleRules.enabled }}
|
{{- if .Values.repoServer.clusterRoleRules.enabled }}
|
||||||
{{- toYaml .Values.repoServer.clusterRoleRules.rules | nindent 2 }}
|
{{- toYaml .Values.repoServer.clusterRoleRules.rules | nindent 0 }}
|
||||||
{{ else }}
|
{{- else }}
|
||||||
- apiGroups:
|
- apiGroups:
|
||||||
- '*'
|
- '*'
|
||||||
resources:
|
resources:
|
||||||
|
|
Loading…
Reference in a new issue