Skip to content

Commit

Permalink
Revert "Enabling k8s-csr for PKIbackend in kafka cluster spec (#970)" (
Browse files Browse the repository at this point in the history
…#972)

This reverts commit 27bfa47.

Co-authored-by: Marton Barta <[email protected]>
Co-authored-by: Darren Lau <[email protected]>
  • Loading branch information
3 people committed Jun 8, 2023
1 parent 412afd7 commit 5bfb16a
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion api/v1beta1/kafkacluster_types.go
Original file line number Diff line number Diff line change
Expand Up @@ -493,7 +493,7 @@ type SSLSecrets struct {
JKSPasswordName string `json:"jksPasswordName,omitempty"`
Create bool `json:"create,omitempty"`
IssuerRef *cmmeta.ObjectReference `json:"issuerRef,omitempty"`
// +kubebuilder:validation:Enum={"cert-manager","k8s-csr"}
// +kubebuilder:validation:Enum={"cert-manager"}
PKIBackend PKIBackend `json:"pkiBackend,omitempty"`
}

Expand Down
1 change: 0 additions & 1 deletion charts/kafka-operator/templates/crds.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21095,7 +21095,6 @@ spec:
the PKIManager
enum:
- cert-manager
- k8s-csr
type: string
tlsSecretName:
type: string
Expand Down
1 change: 0 additions & 1 deletion config/base/crds/kafka.banzaicloud.io_kafkaclusters.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20932,7 +20932,6 @@ spec:
the PKIManager
enum:
- cert-manager
- k8s-csr
type: string
tlsSecretName:
type: string
Expand Down

0 comments on commit 5bfb16a

Please sign in to comment.