mirror of
https://github.com/kyverno/kyverno.git
synced 2025-03-09 09:26:54 +00:00
* fix: cli schema generation Signed-off-by: Charles-Edouard Brétéché <charles.edouard@nirmata.com> * fix: cli schema generation Signed-off-by: Charles-Edouard Brétéché <charles.edouard@nirmata.com> --------- Signed-off-by: Charles-Edouard Brétéché <charles.edouard@nirmata.com>
16 lines
321 B
YAML
16 lines
321 B
YAML
apiVersion: cli.kyverno.io/v1alpha1
|
|
kind: Test
|
|
metadata:
|
|
name: kyverno-test.yaml
|
|
policies:
|
|
- policy.yaml
|
|
resources:
|
|
- trigger-cm.yaml
|
|
results:
|
|
- kind: ""
|
|
patchedResources: mutated-secret.yaml
|
|
policy: mutate-existing-secret
|
|
result: pass
|
|
rule: mutate-secret-on-configmap-create
|
|
targetResources:
|
|
- raw-secret.yaml
|