Created
February 27, 2022 08:15
-
-
Save tanmay-bhat/d4cdfe43462b3040ba4c86b553aeb765 to your computer and use it in GitHub Desktop.
argocd imager updater application config for kube-ops-view demo application
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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