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 1a93685
Show file tree
Hide file tree
Showing 2 changed files with 25 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
17 changes: 17 additions & 0 deletions fleet/lib/ci/pv-loop0.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
---
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

0 comments on commit 1a93685

Please sign in to comment.