Skip to content

Commit

Permalink
updated ArgoCD deployment spec
Browse files Browse the repository at this point in the history
  • Loading branch information
saidsef committed Sep 2, 2021
1 parent 73797f4 commit 9d3c6f1
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions argocd/application.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,22 @@ kind: Application
metadata:
name: aws-kinesis
namespace: argocd
annotations:
argocd-image-updater.argoproj.io/image-list: kinesis=docker.io/saidsef/aws-kinesis-local
argocd-image-updater.argoproj.io/kinesis.force-update: true
argocd-image-updater.argoproj.io/kinesis.update-strategy: latest
argocd-image-updater.argoproj.io/write-back-method: argocd
finalizers:
- resources-finalizer.argocd.argoproj.io
spec:
destination:
namespace: data
server: https://kubernetes.default.svc
project: default
source:
repoURL: 'https://github.com/saidsef/aws-kinesis-local.git'
path: deployment
repoURL: https://github.com/saidsef/aws-kinesis-local.git
targetRevision: master
targetRevision: HEAD
syncPolicy:
automated:
prune: true
Expand Down

0 comments on commit 9d3c6f1

Please sign in to comment.