Files
polaris/test/checks/oneController/failure.yaml
Robert Brennan f71ca999c9 Change target: Pod to target: PodSpec (#726)
* change target pod to target pod spec

* add checks

* update docs

* fix tests

Co-authored-by: MAKOSCAFEE <barnabasmakonda@gmail.com>
2022-06-07 07:37:25 -06:00

14 lines
217 B
YAML

apiVersion: v1
kind: StatefulSet
metadata:
name: nginx
labels:
app.kubernetes.io/name: nginxIDONTMATCH
spec:
containers:
- name: nginx
image: nginx
resources:
limits:
memory: "512Mi"