Skip to content

Commit

Permalink
test: update test manifests
Browse files Browse the repository at this point in the history
  • Loading branch information
sarub0b0 committed May 15, 2024
1 parent 4f4f644 commit c8c8608
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions test/manifests/simple.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,16 @@ spec:
selector:
matchLabels: # or matchExpressions:
app: kubetui-simple
matchExpressions:
- key: version
operator: In
values:
- v1
template:
metadata:
labels:
app: kubetui-simple
version: v1
spec:
initContainers:
- name: echo
Expand Down

0 comments on commit c8c8608

Please sign in to comment.