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
This reverts commit 27bfa47.
  • Loading branch information
bartam1 authored May 15, 2023
1 parent 27bfa47 commit 4e22bbc
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 @@ -488,7 +488,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 @@ -21084,7 +21084,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 @@ -20921,7 +20921,6 @@ spec:
the PKIManager
enum:
- cert-manager
- k8s-csr
type: string
tlsSecretName:
type: string
Expand Down

0 comments on commit 4e22bbc

Please sign in to comment.