Apply suggestions from code review
Signed-off-by: Marco Kilchhofer <mkilchhofer@users.noreply.github.com>
This commit is contained in:
parent
faa7b7d527
commit
3f325f6541
7 changed files with 26 additions and 27 deletions
|
@ -2,7 +2,7 @@ apiVersion: v2
|
||||||
appVersion: 2.1.2
|
appVersion: 2.1.2
|
||||||
description: A Helm chart for ArgoCD, a declarative, GitOps continuous delivery tool for Kubernetes.
|
description: A Helm chart for ArgoCD, a declarative, GitOps continuous delivery tool for Kubernetes.
|
||||||
name: argo-cd
|
name: argo-cd
|
||||||
version: 3.17.8
|
version: 3.18.0
|
||||||
home: https://github.com/argoproj/argo-helm
|
home: https://github.com/argoproj/argo-helm
|
||||||
icon: https://argoproj.github.io/argo-cd/assets/logo.png
|
icon: https://argoproj.github.io/argo-cd/assets/logo.png
|
||||||
keywords:
|
keywords:
|
||||||
|
|
|
@ -105,10 +105,10 @@ spec:
|
||||||
{{- toYaml . | nindent 8 }}
|
{{- toYaml . | nindent 8 }}
|
||||||
{{- end }}
|
{{- end }}
|
||||||
resources:
|
resources:
|
||||||
{{- toYaml .Values.controller.resources | nindent 10 }}
|
{{- toYaml .Values.controller.resources | nindent 10 }}
|
||||||
{{- if .Values.controller.extraContainers }}
|
{{- with .Values.controller.extraContainers }}
|
||||||
{{- toYaml .Values.controller.extraContainers | nindent 6 }}
|
{{- toYaml . | nindent 6 }}
|
||||||
{{- end }}
|
{{- end }}
|
||||||
{{- if .Values.controller.nodeSelector }}
|
{{- if .Values.controller.nodeSelector }}
|
||||||
nodeSelector:
|
nodeSelector:
|
||||||
{{- toYaml .Values.controller.nodeSelector | nindent 8 }}
|
{{- toYaml .Values.controller.nodeSelector | nindent 8 }}
|
||||||
|
|
|
@ -113,10 +113,10 @@ spec:
|
||||||
successThreshold: {{ .Values.repoServer.readinessProbe.successThreshold }}
|
successThreshold: {{ .Values.repoServer.readinessProbe.successThreshold }}
|
||||||
failureThreshold: {{ .Values.repoServer.readinessProbe.failureThreshold }}
|
failureThreshold: {{ .Values.repoServer.readinessProbe.failureThreshold }}
|
||||||
resources:
|
resources:
|
||||||
{{- toYaml .Values.repoServer.resources | nindent 10 }}
|
{{- toYaml .Values.repoServer.resources | nindent 10 }}
|
||||||
{{- if .Values.controller.extraContainers }}
|
{{- with .Values.controller.extraContainers }}
|
||||||
{{- toYaml .Values.controller.extraContainers | nindent 6 }}
|
{{- toYaml . | nindent 6 }}
|
||||||
{{- end }}
|
{{- end }}
|
||||||
{{- if .Values.repoServer.nodeSelector }}
|
{{- if .Values.repoServer.nodeSelector }}
|
||||||
nodeSelector:
|
nodeSelector:
|
||||||
{{- toYaml .Values.repoServer.nodeSelector | nindent 8 }}
|
{{- toYaml .Values.repoServer.nodeSelector | nindent 8 }}
|
||||||
|
|
|
@ -120,14 +120,14 @@ spec:
|
||||||
successThreshold: {{ .Values.server.readinessProbe.successThreshold }}
|
successThreshold: {{ .Values.server.readinessProbe.successThreshold }}
|
||||||
failureThreshold: {{ .Values.server.readinessProbe.failureThreshold }}
|
failureThreshold: {{ .Values.server.readinessProbe.failureThreshold }}
|
||||||
resources:
|
resources:
|
||||||
{{- toYaml .Values.server.resources | nindent 10 }}
|
{{- toYaml .Values.server.resources | nindent 10 }}
|
||||||
{{- if .Values.server.lifecycle }}
|
{{- if .Values.server.lifecycle }}
|
||||||
lifecycle:
|
lifecycle:
|
||||||
{{- toYaml .Values.server.lifecycle | nindent 10 }}
|
{{- toYaml .Values.server.lifecycle | nindent 10 }}
|
||||||
|
{{- end }}
|
||||||
|
{{- with .Values.server.extraContainers }}
|
||||||
|
{{- toYaml . | nindent 6 }}
|
||||||
{{- end }}
|
{{- end }}
|
||||||
{{- if .Values.server.extraContainers }}
|
|
||||||
{{- toYaml .Values.server.extraContainers | nindent 6 }}
|
|
||||||
{{- end }}
|
|
||||||
{{- if .Values.server.nodeSelector }}
|
{{- if .Values.server.nodeSelector }}
|
||||||
nodeSelector:
|
nodeSelector:
|
||||||
{{- toYaml .Values.server.nodeSelector | nindent 8 }}
|
{{- toYaml .Values.server.nodeSelector | nindent 8 }}
|
||||||
|
|
|
@ -99,10 +99,10 @@ spec:
|
||||||
{{- toYaml .Values.dex.volumeMounts | nindent 8 }}
|
{{- toYaml .Values.dex.volumeMounts | nindent 8 }}
|
||||||
{{- end }}
|
{{- end }}
|
||||||
resources:
|
resources:
|
||||||
{{- toYaml .Values.dex.resources | nindent 10 }}
|
{{- toYaml .Values.dex.resources | nindent 10 }}
|
||||||
{{- if .Values.dex.extraContainers }}
|
{{- with .Values.dex.extraContainers }}
|
||||||
{{- toYaml .Values.dex.extraContainers | nindent 6 }}
|
{{- toYaml . | nindent 6 }}
|
||||||
{{- end }}
|
{{- end }}
|
||||||
{{- if .Values.dex.nodeSelector }}
|
{{- if .Values.dex.nodeSelector }}
|
||||||
nodeSelector:
|
nodeSelector:
|
||||||
{{- toYaml .Values.dex.nodeSelector | nindent 8 }}
|
{{- toYaml .Values.dex.nodeSelector | nindent 8 }}
|
||||||
|
|
|
@ -64,8 +64,8 @@ spec:
|
||||||
{{- end }}
|
{{- end }}
|
||||||
resources:
|
resources:
|
||||||
{{- toYaml .Values.redis.resources | nindent 10 }}
|
{{- toYaml .Values.redis.resources | nindent 10 }}
|
||||||
{{- if .Values.redis.extraContainers }}
|
{{- with .Values.redis.extraContainers }}
|
||||||
{{- toYaml .Values.redis.extraContainers | nindent 6 }}
|
{{- toYaml . | nindent 6 }}
|
||||||
{{- end }}
|
{{- end }}
|
||||||
{{- if .Values.redis.nodeSelector }}
|
{{- if .Values.redis.nodeSelector }}
|
||||||
nodeSelector:
|
nodeSelector:
|
||||||
|
|
|
@ -341,7 +341,7 @@ dex:
|
||||||
# cpu: 10m
|
# cpu: 10m
|
||||||
# memory: 32Mi
|
# memory: 32Mi
|
||||||
|
|
||||||
## Additional containers to be added to the controller pod.
|
## Additional containers to be added to the dex pod.
|
||||||
extraContainers: []
|
extraContainers: []
|
||||||
|
|
||||||
## Redis
|
## Redis
|
||||||
|
@ -424,7 +424,7 @@ redis:
|
||||||
volumeMounts: []
|
volumeMounts: []
|
||||||
volumes: []
|
volumes: []
|
||||||
|
|
||||||
## Additional containers to be added to the controller pod.
|
## Additional containers to be added to the redis pod.
|
||||||
extraContainers: []
|
extraContainers: []
|
||||||
|
|
||||||
# This key configures Redis-HA subchart and when enabled (redis-ha.enabled=true)
|
# This key configures Redis-HA subchart and when enabled (redis-ha.enabled=true)
|
||||||
|
@ -1000,6 +1000,9 @@ repoServer:
|
||||||
## Automount API credentials for the Service Account
|
## Automount API credentials for the Service Account
|
||||||
automountServiceAccountToken: true
|
automountServiceAccountToken: true
|
||||||
|
|
||||||
|
## Additional containers to be added to the repo server pod.
|
||||||
|
extraContainers: []
|
||||||
|
|
||||||
## Repo server rbac rules
|
## Repo server rbac rules
|
||||||
# rbac:
|
# rbac:
|
||||||
# - apiGroups:
|
# - apiGroups:
|
||||||
|
@ -1218,9 +1221,5 @@ configs:
|
||||||
# background: linear-gradient(to bottom, #999, #777, #333, #222, #111);
|
# background: linear-gradient(to bottom, #999, #777, #333, #222, #111);
|
||||||
# }
|
# }
|
||||||
|
|
||||||
|
|
||||||
## Additional containers to be added to the controller pod.
|
|
||||||
extraContainers: []
|
|
||||||
|
|
||||||
openshift:
|
openshift:
|
||||||
enabled: false
|
enabled: false
|
||||||
|
|
Loading…
Reference in a new issue