Skip to content

Instantly share code, notes, and snippets.

@nivogt
Created February 18, 2022 12:26
Show Gist options
  • Save nivogt/b06099a64387c3dffa26c56b68b71c3d to your computer and use it in GitHub Desktop.
Save nivogt/b06099a64387c3dffa26c56b68b71c3d to your computer and use it in GitHub Desktop.
---
apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: workload-apps
namespace: argocd
finalizers:
- resources-finalizer.argocd.argoproj.io
spec:
project: applications-project
source:
path: charts/argocd-workload-app
repoURL: <-- your GIT repository
targetRevision: HEAD
helm:
values: |
spec:
destination:
server: https://XXXXXXXXXXXXXXx.xxx.eu-west-3.eks.amazonaws.com
destination:
server: https://kubernetes.default.svc
namespace: argocd
syncPolicy:
automated:
prune: true
syncOptions:
- CreateNamespace=true
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment