mirror of
https://github.com/kyverno/kyverno.git
synced 2025-03-10 09:56:55 +00:00
17 lines
200 B
YAML
17 lines
200 B
YAML
|
apiVersion: v1
|
||
|
kind: Secret
|
||
|
metadata:
|
||
|
labels:
|
||
|
foo: bar
|
||
|
name: secret-1
|
||
|
namespace: staging
|
||
|
---
|
||
|
apiVersion: v1
|
||
|
kind: Secret
|
||
|
metadata:
|
||
|
labels:
|
||
|
foo: bar
|
||
|
name: secret-1
|
||
|
namespace: prod
|
||
|
|