mirror of
https://github.com/kyverno/kyverno.git
synced 2025-03-09 17:37:12 +00:00
14 lines
251 B
YAML
14 lines
251 B
YAML
apiVersion: cli.kyverno.io/v1alpha1
|
|
kind: Value
|
|
metadata:
|
|
name: values
|
|
namespaceSelector:
|
|
- labels:
|
|
environment: staging
|
|
name: staging
|
|
- labels:
|
|
environment: production
|
|
name: production
|
|
- labels:
|
|
environment: testing
|
|
name: testing
|