mirror of
https://github.com/rancher/k3k.git
synced 2026-02-14 18:10:01 +00:00
* add default false for ingress and priorityClass, cleanup tests and added new tests * fix typo for loadBalancer * fix test aligning VirtualClusterPolicy SyncConfig * set required enabled field, revert pointer on optional SyncConfig * update samples
10 lines
226 B
YAML
10 lines
226 B
YAML
apiVersion: k3k.io/v1beta1
|
|
kind: VirtualClusterPolicy
|
|
metadata:
|
|
name: policy-example
|
|
spec:
|
|
allowedMode: shared
|
|
disableNetworkPolicy: true
|
|
# podSecurityAdmissionLevel: "baseline"
|
|
# defaultPriorityClass: "lowpriority"
|