forked from catalin/fukuops
feat(k8s/argo-apps/dcsi): add argo app
This commit is contained in:
parent
948b96586e
commit
f061e8238c
12 changed files with 139 additions and 96 deletions
16
k8s/services/argo/appgen.yaml
Normal file
16
k8s/services/argo/appgen.yaml
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
apiVersion: argoproj.io/v1alpha1
|
||||
kind: Application
|
||||
metadata:
|
||||
name: fukuops-appgen
|
||||
namespace: argocd
|
||||
finalizers:
|
||||
- resources-finalizer.argocd.argoproj.io
|
||||
spec:
|
||||
destination:
|
||||
namespace: default
|
||||
name: in-cluster
|
||||
project: default
|
||||
source:
|
||||
path: k8s/argo-apps
|
||||
repoURL: https://git.roboces.dev/catalin/fukuops.git
|
||||
targetRevision: main
|
||||
Loading…
Add table
Add a link
Reference in a new issue