fix: remove Argo CD server route status field

Status fields prevent resources from converging.
This commit is contained in:
Yann Soubeyrand 2020-05-27 16:18:29 +02:00
parent 30d53378cf
commit 8d7fa50e94
2 changed files with 1 additions and 3 deletions

View file

@ -2,7 +2,7 @@ apiVersion: v1
appVersion: "1.5.4"
description: A Helm chart for ArgoCD, a declarative, GitOps continuous delivery tool for Kubernetes.
name: argo-cd
version: 2.3.5
version: 2.3.6
home: https://github.com/argoproj/argo-helm
icon: https://raw.githubusercontent.com/argoproj/argo/master/docs/assets/argo.png
keywords:

View file

@ -26,6 +26,4 @@ spec:
termination: {{ .Values.server.route.termination_type | default "passthrough" }}
insecureEdgeTerminationPolicy: {{ .Values.server.route.termination_policy | default "None" }}
wildcardPolicy: None
status:
ingress: []
{{- end }}