mirror of
https://github.com/kyverno/kyverno.git
synced 2025-03-31 03:45:17 +00:00
* fixing bug for the info variable Co-authored-by: Vyankatesh Kudtarkar <vyankateshkd@gmail.com>
13 lines
265 B
YAML
13 lines
265 B
YAML
apiVersion: v1
|
|
kind: Pod
|
|
metadata:
|
|
labels:
|
|
app.kubernetes.io/managed-by: open-ondemand
|
|
name: nodeselector-with-labels-on-mutation
|
|
namespace: user-space
|
|
spec:
|
|
containers:
|
|
- image: nginx:latest
|
|
name: nginx
|
|
nodeSelector:
|
|
osc.edu/role: ondemand
|