Skip to content

Commit 5677a21

Browse files
committed
missed a few labels
Signed-off-by: Wesley Hayutin <[email protected]>
1 parent 72a081c commit 5677a21

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

tests/e2e/sample-applications/mysql-persistent/mysql-persistent-csi.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@ items:
1919
apiVersion: security.openshift.io/v1
2020
metadata:
2121
name: mysql-persistent-scc
22+
labels:
23+
app: todolist
2224
allowPrivilegeEscalation: true
2325
allowPrivilegedContainer: true
2426
runAsUser:
@@ -60,6 +62,7 @@ items:
6062
namespace: mysql-persistent
6163
labels:
6264
e2e-app: "true"
65+
app: todolist
6366
spec:
6467
selector:
6568
matchLabels:

0 commit comments

Comments
 (0)