mirror of
https://github.com/kyverno/kyverno.git
synced 2024-12-15 17:51:20 +00:00
4 lines
202 B
Bash
Executable file
4 lines
202 B
Bash
Executable file
#!/bin/bash
|
|
# You should see the trace of requests in the output of webhook server
|
|
kubectl create configmap test-config-map --from-literal="some_var=some_value"
|
|
kubectl delete configmap test-config-map
|