mirror of
https://github.com/kyverno/kyverno.git
synced 2025-03-10 18:06:55 +00:00
* chore: convert chainsaw tests to Test resource Signed-off-by: Charles-Edouard Brétéché <charles.edouard@nirmata.com> * fix Signed-off-by: Charles-Edouard Brétéché <charles.edouard@nirmata.com> --------- Signed-off-by: Charles-Edouard Brétéché <charles.edouard@nirmata.com>
7 lines
137 B
YAML
Executable file
7 lines
137 B
YAML
Executable file
apiVersion: v1
|
|
data:
|
|
key: xyz
|
|
kind: ConfigMap
|
|
metadata:
|
|
name: test-configmap
|
|
namespace: test-validate-e2e-adding-key-to-config-map
|