Skip to content

Commit

Permalink
Undo modification of metadata annotation in kuttl
Browse files Browse the repository at this point in the history
  • Loading branch information
weinimo committed Mar 13, 2024
1 parent 215efdb commit ff1f0df
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/kuttl/common/assert_sample_deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -188,6 +188,8 @@ status:
apiVersion: v1
kind: Pod
metadata:
annotations:
openshift.io/scc: anyuid
labels:
service: octavia
---
Expand Down
2 changes: 2 additions & 0 deletions tests/kuttl/tests/octavia_scale/04-errors.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
apiVersion: v1
kind: Pod
metadata:
annotations:
openshift.io/scc: anyuid
labels:
service: octavia
2 changes: 2 additions & 0 deletions tests/kuttl/tests/octavia_scale/05-errors.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@ metadata:
apiVersion: v1
kind: Pod
metadata:
annotations:
openshift.io/scc: anyuid
labels:
service: octavia
---
Expand Down

0 comments on commit ff1f0df

Please sign in to comment.