1
0
Fork 0
mirror of https://github.com/kyverno/kyverno.git synced 2025-03-06 16:06:56 +00:00
kyverno/test/cli/test/unordered-context-variables/resource.yaml
vivek kumar sahu c95bb74992
Context vars substitution in CLI (#4290)
* 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>
2022-08-09 05:48:57 +00:00

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'