istio.io/istio@v0.0.0-20240520182934-d79c90f27776/pkg/config/analysis/analyzers/testdata/pod-con-sec-uid.yaml (about) 1 apiVersion: v1 2 kind: Pod 3 metadata: 4 name: con-sec-uid 5 labels: 6 app: helloworld 7 version: v1 8 spec: 9 containers: 10 - name: helloworld 11 image: docker.io/istio/examples-helloworld-v1 12 securityContext: 13 runAsUser: 1337 14 resources: 15 requests: 16 cpu: "100m" 17 imagePullPolicy: IfNotPresent #Always 18 ports: 19 - containerPort: 5000