Skip to content

Commit e18be22

Browse files
authored
deployment: enable auto-sync
1 parent 584d896 commit e18be22

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

k8s/argocd.yaml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,6 @@ kind: Application
33
metadata:
44
name: openai-proxy
55
namespace: argocd
6-
annotations:
7-
argocd-image-updater.argoproj.io/image-list: ghcr.io/fhswf/openai-proxy
86
spec:
97
destination:
108
namespace: openai-proxy
@@ -16,3 +14,7 @@ spec:
1614
directory:
1715
exclude: config.yaml
1816
targetRevision: HEAD
17+
syncPolicy:
18+
automated:
19+
prune: true
20+
selfHeal: true

0 commit comments

Comments
 (0)