1
0
Fork 0
mirror of https://github.com/kyverno/kyverno.git synced 2025-03-31 03:45:17 +00:00
kyverno/test/cli/test/secret/resources2.yaml
Vyankatesh Kudtarkar e8bf16a00b
Fix label mutation while updating the secret (#3273)
* Fix label mutation while updating the secret

* Update util.go

* fix converter issue

* code indentation
2022-02-22 19:49:03 +08:00

9 lines
No EOL
119 B
YAML

apiVersion: v1
data:
foo: AAAA
bar: ""
faq: BBBB
kind: Secret
metadata:
name: secrete-fail-example
type: Opaque