Skip to content

Commit

Permalink
Add config and required files for deploying ArgoCD operator (#346)
Browse files Browse the repository at this point in the history
* Add config and required files for deploying ArgoCD operator

* Add `context.json`
  • Loading branch information
Gisaldjo authored Mar 10, 2024
1 parent f2b149d commit 90f5a75
Show file tree
Hide file tree
Showing 5 changed files with 51,583 additions and 0 deletions.
7 changes: 7 additions & 0 deletions data/argoproj-labs_argocd-operator/argocd-basic-cr.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
apiVersion: argoproj.io/v1beta1
kind: ArgoCD
metadata:
name: test-cluster
labels:
example: basic
spec: {}
25 changes: 25 additions & 0 deletions data/argoproj-labs_argocd-operator/argocd_acto_config
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
{
"deploy": {
"steps": [
{
"apply": {
"file": "data/argoproj-labs_argocd-operator/cert-manager.yaml",
"namespace": null
}
},
{
"wait": {
"duration": 10
}
},
{
"apply": {
"file": "data/argoproj-labs_argocd-operator/argocd_combined_crd.yaml",
"operator": true
}
}
]
},
"crd_name": "argocds.argoproj.io",
"seed_custom_resource": "data/argoproj-labs_argocd-operator/argocd-basic-cr.yaml"
}
Loading

0 comments on commit 90f5a75

Please sign in to comment.