Skip to content

Commit

Permalink
Add fleet assets
Browse files Browse the repository at this point in the history
Signed-off-by: Jeroen van Erp <[email protected]>
  • Loading branch information
hierynomus committed Nov 7, 2024
1 parent a78615b commit 4b15967
Show file tree
Hide file tree
Showing 2 changed files with 40 additions and 0 deletions.
16 changes: 16 additions & 0 deletions assets/fleet/clustergroup.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
apiVersion: fleet.cattle.io/v1alpha1
kind: ClusterGroup
metadata:
name: build-a-dino
annotations:
{}
# key: string
labels:
{}
# key: string
namespace: fleet-default
spec:
selector:
matchLabels:
gpu-enabled: 'true'
app: build-a-dino
24 changes: 24 additions & 0 deletions assets/fleet/gitrepo.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
apiVersion: fleet.cattle.io/v1alpha1
kind: GitRepo
metadata:
name: build-a-dino
annotations:
{}
# key: string
labels:
{}
# key: string
namespace: fleet-default
spec:
branch: main
correctDrift:
enabled: true
# force: boolean
# keepFailHistory: boolean
insecureSkipTLSVerify: false
paths:
- /fleet/build-a-dino
# - string
repo: https://github.com/wiredquill/prime-rodeo
targets:
- clusterGroup: build-a-dino

0 comments on commit 4b15967

Please sign in to comment.