mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-05 18:24:07 +00:00
fix example apiservice.yaml to add groupPriorityMinimum and versionPriority
This commit is contained in:
parent
bc5d723c57
commit
590c31fe37
@ -5,7 +5,8 @@ metadata:
|
|||||||
spec:
|
spec:
|
||||||
insecureSkipTLSVerify: true
|
insecureSkipTLSVerify: true
|
||||||
group: wardle.k8s.io
|
group: wardle.k8s.io
|
||||||
priority: 200
|
groupPriorityMinimum: 1000
|
||||||
|
versionPriority: 15
|
||||||
service:
|
service:
|
||||||
name: api
|
name: api
|
||||||
namespace: wardle
|
namespace: wardle
|
||||||
|
Loading…
Reference in New Issue
Block a user