mirror of
https://github.com/kyverno/kyverno.git
synced 2025-03-07 00:17:13 +00:00
5 lines
202 B
Bash
5 lines
202 B
Bash
|
#!/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
|