mirror of
https://github.com/kyverno/kyverno.git
synced 2025-03-31 03:45:17 +00:00
* Fix label mutation while updating the secret * Update util.go * fix converter issue * code indentation
9 lines
No EOL
119 B
YAML
9 lines
No EOL
119 B
YAML
apiVersion: v1
|
|
data:
|
|
foo: AAAA
|
|
bar: ""
|
|
faq: BBBB
|
|
kind: Secret
|
|
metadata:
|
|
name: secrete-fail-example
|
|
type: Opaque |