Skip to content
Snippets Groups Projects
Commit 5467db0b authored by Ricardo Rocha's avatar Ricardo Rocha
Browse files

Add project ml

parent 1c84449f
No related branches found
No related tags found
No related merge requests found
---
apiVersion: argoproj.io/v1alpha1
kind: AppProject
metadata:
name: ml
namespace: argocd
spec:
destinations:
- namespace: '*'
server: '*'
sourceRepos:
- '*'
clusterResourceWhitelist:
- group: '*'
kind: '*'
---
apiVersion: argoproj.io/v1alpha1
kind: ApplicationSet
metadata:
......@@ -13,7 +29,7 @@ spec:
metadata:
name: 'srv1-{{name}}'
spec:
project: "default"
project: "ml"
source:
repoURL: https://gitlab.cern.ch/kubernetes/automation/101/argocd.git
targetRevision: master
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment