fix: remove Argo CD server route status field (#362)
Status fields prevent resources from converging.pull/369/head^2
parent
30d53378cf
commit
aaeca8e124
|
@ -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:
|
||||
|
|
|
@ -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 }}
|
||||
|
|
Loading…
Reference in New Issue