@@ -70,7 +70,6 @@ type KafkaClusterSpec struct {
70
70
CruiseControlConfig CruiseControlConfig `json:"cruiseControlConfig"`
71
71
EnvoyConfig EnvoyConfig `json:"envoyConfig,omitempty"`
72
72
MonitoringConfig MonitoringConfig `json:"monitoringConfig,omitempty"`
73
- VaultConfig VaultConfig `json:"vaultConfig,omitempty"`
74
73
AlertManagerConfig * AlertManagerConfig `json:"alertManagerConfig,omitempty"`
75
74
IstioIngressConfig IstioIngressConfig `json:"istioIngressConfig,omitempty"`
76
75
// Envs defines environment variables for Kafka broker Pods.
@@ -338,7 +337,7 @@ type SSLSecrets struct {
338
337
JKSPasswordName string `json:"jksPasswordName"`
339
338
Create bool `json:"create,omitempty"`
340
339
IssuerRef * cmmeta.ObjectReference `json:"issuerRef,omitempty"`
341
- // +kubebuilder:validation:Enum={"cert-manager","vault" }
340
+ // +kubebuilder:validation:Enum={"cert-manager"}
342
341
PKIBackend PKIBackend `json:"pkiBackend,omitempty"`
343
342
}
344
343
@@ -347,14 +346,6 @@ type SSLSecrets struct {
347
346
// E.g. TLSSecretName and JKSPasswordName are only required if Create is false
348
347
// Or heck, do we even want to bother supporting an imported PKI?
349
348
350
- // VaultConfig defines the configuration for a vault PKI backend
351
- type VaultConfig struct {
352
- AuthRole string `json:"authRole"`
353
- PKIPath string `json:"pkiPath"`
354
- IssuePath string `json:"issuePath"`
355
- UserStore string `json:"userStore"`
356
- }
357
-
358
349
// AlertManagerConfig defines configuration for alert manager
359
350
type AlertManagerConfig struct {
360
351
// DownScaleLimit the limit for auto-downscaling the Kafka cluster.
0 commit comments