mirror of
https://github.com/vmware-tanzu/pinniped.git
synced 2026-01-03 11:45:45 +00:00
secret/configmap with CA bundle to be created in namespace where pinniped is installed
Signed-off-by: Ashish Amarnath <ashish.amarnath@broadcom.com>
This commit is contained in:
committed by
Ryan Richard
parent
ed502949dd
commit
19c4acf391
@@ -11,6 +11,7 @@ type CABundleSource struct {
|
|||||||
// +kubebuilder:validation:Enum=Secret;ConfigMap
|
// +kubebuilder:validation:Enum=Secret;ConfigMap
|
||||||
Kind string `json:"kind"`
|
Kind string `json:"kind"`
|
||||||
// Name of the secret or configmap from which to read the CA bundle.
|
// Name of the secret or configmap from which to read the CA bundle.
|
||||||
|
// The referenced secret or configmap must be created in the same namespace where Pinniped Concierge is installed.
|
||||||
// +kubebuilder:validation:MinLength=1
|
// +kubebuilder:validation:MinLength=1
|
||||||
Name string `json:"name"`
|
Name string `json:"name"`
|
||||||
// Key within the secret or configmap from which to read the CA bundle.
|
// Key within the secret or configmap from which to read the CA bundle.
|
||||||
|
|||||||
@@ -12,6 +12,7 @@ type CABundleSource struct {
|
|||||||
// +kubebuilder:validation:Enum=Secret;ConfigMap
|
// +kubebuilder:validation:Enum=Secret;ConfigMap
|
||||||
Kind string `json:"kind"`
|
Kind string `json:"kind"`
|
||||||
// Name of the secret or configmap from which to read the CA bundle.
|
// Name of the secret or configmap from which to read the CA bundle.
|
||||||
|
// The referenced secret or configmap must be created in the same namespace where Pinniped Supervisor is installed.
|
||||||
// +kubebuilder:validation:MinLength=1
|
// +kubebuilder:validation:MinLength=1
|
||||||
Name string `json:"name"`
|
Name string `json:"name"`
|
||||||
// Key within the secret or configmap from which to read the CA bundle.
|
// Key within the secret or configmap from which to read the CA bundle.
|
||||||
|
|||||||
Reference in New Issue
Block a user