Skip to content

Commit

Permalink
(TESTING) (fleet/ci) fake it until you make it
Browse files Browse the repository at this point in the history
  • Loading branch information
jhoblitt committed Apr 5, 2024
1 parent 82cd488 commit 62e6586
Show file tree
Hide file tree
Showing 2 changed files with 33 additions and 0 deletions.
8 changes: 8 additions & 0 deletions fleet/lib/ci/fleet.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
---
defaultNamespace: default
labels:
bundle: &name ci
helm:
releaseName: *name
timeoutSeconds: 300
waitForJobs: true
25 changes: 25 additions & 0 deletions fleet/lib/ci/pv-loop0.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
---
apiVersion: v1
kind: PersistentVolume
metadata:
name: loop0
labels:
type: local
spec:
storageClassName: manual
capacity:
storage: 10Gi
accessModes:
- ReadWriteOnce
persistentVolumeReclaimPolicy: Retain
volumeMode: Block
local:
path: /dev/loop0
nodeAffinity:
required:
nodeSelectorTerms:
- matchExpressions:
- key: rook.io/has-disk
operator: In
values:
- "true"

0 comments on commit 62e6586

Please sign in to comment.