Created
February 18, 2022 07:28
-
-
Save nivogt/c661d02dcde487a8f899a23858244e97 to your computer and use it in GitHub Desktop.
This file contains 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: crossplane-aws-eks | |
namespace: argocd | |
finalizers: | |
- resources-finalizer.argocd.argoproj.io | |
spec: | |
project: argocd-projects | |
source: | |
chart: crossplane-argocd | |
repoURL: <-- your chart registry here | |
targetRevision: <-- your chart version | |
helm: | |
releaseName: <-- your chart name | |
destination: | |
server: https://kubernetes.default.svc | |
namespace: crossplane | |
syncPolicy: | |
automated: | |
prune: true | |
syncOptions: | |
- CreateNamespace=true | |
retry: | |
limit: 1 | |
backoff: | |
duration: 5s | |
factor: 2 | |
maxDuration: 1m | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment