From 29654c39a54068456b2ed648d5f44be6b8c39bf7 Mon Sep 17 00:00:00 2001 From: Ryan Richard Date: Mon, 17 Aug 2020 16:29:21 -0700 Subject: [PATCH] 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 --- deploy/crd.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deploy/crd.yaml b/deploy/crd.yaml index 2bf7f635..46dc59b2 100644 --- a/deploy/crd.yaml +++ b/deploy/crd.yaml @@ -36,7 +36,7 @@ spec: server: type: string minLength: 1 - pattern: '^https://' + pattern: '^https://|^http://' certificateAuthorityData: type: string minLength: 1