Skip to content

Commit

Permalink
fix(argoconfig): Remove empty syncPolicy from application template (#…
Browse files Browse the repository at this point in the history
…1172)

* fix(argoconfig): Remove empty syncPolicy from application template

* fix(argoconfig): Remove empty syncPolicy from application template

* fix(argoconfig): Remove empty syncPolicy from application template

---------

Co-authored-by: Marlon Moser <[email protected]>
  • Loading branch information
maxthier and maxthier authored Jan 12, 2024
1 parent 43e557c commit 7b44fb1
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
6 changes: 5 additions & 1 deletion charts/argoconfig/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v2
name: argoconfig
description: Configure Argo CD AppProjects and Applications
type: library
version: 0.9.0
version: 0.9.1
home: https://argoproj.github.io/argo-cd/operator-manual/declarative-setup/
sources:
- https://github.com/adfinis/helm-charts/tree/main/charts/argoconfig
Expand All @@ -14,3 +14,7 @@ dependencies:
- name: common
repository: https://charts.adfinis.com
version: 0.0.8
annotations:
artifacthub.io/changes: |
- kind: changed
description: "Remove empty syncPolicy to fix going out-of-sync in argoCD"
2 changes: 1 addition & 1 deletion charts/argoconfig/README.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion charts/argoconfig/templates/_application.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ spec:
source: {}
destination:
server: "https://kubernetes.default.svc"
syncPolicy: {}
{{- end -}}
{{- define "argoconfig.application" -}}
{{- include "common.util.merge" (append . "argoconfig.application.tpl") -}}
Expand Down

0 comments on commit 7b44fb1

Please sign in to comment.