We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bf50a53 commit d609bfdCopy full SHA for d609bfd
bundle/tests/scorecard/kuttl/storage/03-assert.yaml
@@ -6,6 +6,8 @@ apiVersion: apps/v1
6
kind: StatefulSet
7
metadata:
8
name: storage-rc
9
+ annotations:
10
+ testStep: storage-03
11
status:
12
replicas: 1
13
readyReplicas: 1
bundle/tests/scorecard/kuttl/storage/03-runtime-storage-class-name.yaml
@@ -4,6 +4,8 @@ apiVersion: rc.app.stacks/v1
4
kind: RuntimeComponent
5
spec:
# Add fields here
applicationImage: registry.k8s.io/pause:3.2
@@ -12,4 +14,4 @@ spec:
14
storage:
15
size: "10Mi"
16
mountPath: "/mnt/data"
- className: rook-cephfs
17
+ className: rook-cephfs
0 commit comments