mirror of
https://github.com/kyverno/kyverno.git
synced 2025-03-06 16:06:56 +00:00
* context variables substitution will be independent of sequence Signed-off-by: viveksahu26 <vivekkumarsahu650@gmail.com> * Added test cases Signed-off-by: viveksahu26 <vivekkumarsahu650@gmail.com> Co-authored-by: Vyankatesh Kudtarkar <vyankateshkd@gmail.com>
11 lines
No EOL
170 B
YAML
11 lines
No EOL
170 B
YAML
kind: Pod
|
|
apiVersion: v1
|
|
metadata:
|
|
name: valid-pod
|
|
namespace: test
|
|
labels:
|
|
app: whatever
|
|
spec:
|
|
containers:
|
|
- name: app
|
|
image: 'myorg/whatever:1.0.0' |