-
Notifications
You must be signed in to change notification settings - Fork 199
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Enabling k8s-csr for PKIbackend in kafka cluster spec (#970)
* Adding Affinity for Cruise Control * removing pkg/sdk * Adding api changes for tag * Adding Affinity in Cruise Control implementation * Adding IT for CC affinity * fixing IT for CC affinity * Adding value comparision in CC IT * Enabling k8s-csr in kafka cluster spec
- Loading branch information
1 parent
7b72374
commit 27bfa47
Showing
3 changed files
with
3 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -21084,6 +21084,7 @@ spec: | |
the PKIManager | ||
enum: | ||
- cert-manager | ||
- k8s-csr | ||
type: string | ||
tlsSecretName: | ||
type: string | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -20921,6 +20921,7 @@ spec: | |
the PKIManager | ||
enum: | ||
- cert-manager | ||
- k8s-csr | ||
type: string | ||
tlsSecretName: | ||
type: string | ||
|