-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Sadly we can't get rid of the extra provider-aws-config Argo App :(
- Loading branch information
1 parent
9620301
commit 7fd1cf2
Showing
7 changed files
with
58 additions
and
13 deletions.
There are no files selected for viewing
29 changes: 29 additions & 0 deletions
29
argocd/applications-eso/crossplane-provider-aws-config.yaml
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,29 @@ | ||
# The ArgoCD Application for all Crossplane AWS providers incl. it's ProviderConfig | ||
--- | ||
apiVersion: argoproj.io/v1alpha1 | ||
kind: Application | ||
metadata: | ||
name: provider-aws-config | ||
namespace: argocd | ||
finalizers: | ||
- resources-finalizer.argocd.argoproj.io | ||
annotations: | ||
argocd.argoproj.io/sync-wave: "5" | ||
spec: | ||
project: default | ||
source: | ||
repoURL: https://github.com/jonashackt/crossplane-argocd | ||
targetRevision: HEAD | ||
path: upbound/provider-aws/config-eos | ||
destination: | ||
namespace: default | ||
server: https://kubernetes.default.svc | ||
syncPolicy: | ||
automated: | ||
prune: true | ||
retry: | ||
limit: 5 | ||
backoff: | ||
duration: 5s | ||
factor: 2 | ||
maxDuration: 1m |
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,29 @@ | ||
# The ArgoCD Application for all Crossplane AWS providers incl. it's ProviderConfig | ||
--- | ||
apiVersion: argoproj.io/v1alpha1 | ||
kind: Application | ||
metadata: | ||
name: provider-aws-config | ||
namespace: argocd | ||
finalizers: | ||
- resources-finalizer.argocd.argoproj.io | ||
annotations: | ||
argocd.argoproj.io/sync-wave: "3" | ||
spec: | ||
project: default | ||
source: | ||
repoURL: https://github.com/jonashackt/crossplane-argocd | ||
targetRevision: HEAD | ||
path: upbound/provider-aws/config | ||
destination: | ||
namespace: default | ||
server: https://kubernetes.default.svc | ||
syncPolicy: | ||
automated: | ||
prune: true | ||
retry: | ||
limit: 5 | ||
backoff: | ||
duration: 5s | ||
factor: 2 | ||
maxDuration: 1m |
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
File renamed without changes.
File renamed without changes.
This file was deleted.
Oops, something went wrong.