Skip to content

Instantly share code, notes, and snippets.

@tanmay-bhat
Created February 27, 2022 08:15
Show Gist options
  • Save tanmay-bhat/d4cdfe43462b3040ba4c86b553aeb765 to your computer and use it in GitHub Desktop.
Save tanmay-bhat/d4cdfe43462b3040ba4c86b553aeb765 to your computer and use it in GitHub Desktop.
argocd imager updater application config for kube-ops-view demo application
apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: kube-ops-view-demo
finalizers:
- resources-finalizer.argocd.argoproj.io
namespace: argocd
annotations:
argocd-image-updater.argoproj.io/image-list: registry.digitalocean.com/tanmaybhat/kube-ops-view
argocd-image-updater.argoproj.io/write-back-method: git:secret:argocd/gitlab-token
argocd-image-updater.argoproj.io/git-branch: main
spec:
destination:
server: https://kubernetes.default.svc
namespace: kube-ops-view
project: default
source:
repoURL: 'https://gitlab.com/Tanmay-Bhat/argocd.git'
path: argocd-image-updater/charts/kube-ops-view
targetRevision: HEAD
helm:
valueFiles:
- values.yaml
syncPolicy:
automated:
prune: true
selfHeal: true
syncOptions:
- CreateNamespace=true
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment