mirror of
https://github.com/vmware-tanzu/pinniped.git
synced 2026-01-04 12:14:24 +00:00
Update a CRD validation
- Allow both http and https because a user using `kubectl proxy` would want to use http, since the proxy upgrades requests from http to https
This commit is contained in:
@@ -36,7 +36,7 @@ spec:
|
||||
server:
|
||||
type: string
|
||||
minLength: 1
|
||||
pattern: '^https://'
|
||||
pattern: '^https://|^http://'
|
||||
certificateAuthorityData:
|
||||
type: string
|
||||
minLength: 1
|
||||
|
||||
Reference in New Issue
Block a user