Skip to content

Commit

Permalink
deployment: enable auto-sync
Browse files Browse the repository at this point in the history
  • Loading branch information
cgawron authored Nov 11, 2024
1 parent 584d896 commit e18be22
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions k8s/argocd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@ kind: Application
metadata:
name: openai-proxy
namespace: argocd
annotations:
argocd-image-updater.argoproj.io/image-list: ghcr.io/fhswf/openai-proxy
spec:
destination:
namespace: openai-proxy
Expand All @@ -16,3 +14,7 @@ spec:
directory:
exclude: config.yaml
targetRevision: HEAD
syncPolicy:
automated:
prune: true
selfHeal: true

0 comments on commit e18be22

Please sign in to comment.