add service argo workflows
This commit is contained in:
14
infrastructures/argo-workflows/env/k3s-cluster/config.json
vendored
Normal file
14
infrastructures/argo-workflows/env/k3s-cluster/config.json
vendored
Normal file
@@ -0,0 +1,14 @@
|
||||
{
|
||||
"appName": "argo-workflows",
|
||||
"userGivenName": "argo-workflows",
|
||||
"namespace": "argo",
|
||||
"destNamespace": "argo",
|
||||
"destServer": "https://kubernetes.default.svc",
|
||||
"srcPath": "infrustructures/argo-workflow/env/k3s-cluster",
|
||||
"srcRepoURL": "https://github.com/3dwardch3ng/home-cluster-ops.git",
|
||||
"srcTargetRevision": "",
|
||||
"labels": null,
|
||||
"annotations": {
|
||||
"argo-workflows.argoproj.io/release-version": "v3.5.10"
|
||||
}
|
||||
}
|
||||
4
infrastructures/argo-workflows/env/k3s-cluster/kustomization.yaml
vendored
Normal file
4
infrastructures/argo-workflows/env/k3s-cluster/kustomization.yaml
vendored
Normal file
@@ -0,0 +1,4 @@
|
||||
apiVersion: kustomize.config.k8s.io/v1beta1
|
||||
kind: Kustomization
|
||||
resources:
|
||||
- ../../base
|
||||
Reference in New Issue
Block a user