mirror of
https://github.com/kyverno/kyverno.git
synced 2025-03-10 09:56:55 +00:00
8 lines
136 B
YAML
8 lines
136 B
YAML
|
apiVersion: v1
|
||
|
kind: Secret
|
||
|
metadata:
|
||
|
name: regcred
|
||
|
namespace: hello-world-namespace
|
||
|
type: Opaque
|
||
|
data:
|
||
|
password: MWYyZDFlMmU2N2Rm
|