Skip to content

Commit

Permalink
[PLAT-14414] Enable Kubernetes provider validation by default
Browse files Browse the repository at this point in the history
Summary: This change toggles the default value to true in reference.conf

Test Plan:
Deployed YBA with this setting and tried to create invalid
provider. It went trough validation as expected.

Reviewers: anijhawan, svarshney

Reviewed By: svarshney

Subscribers: yugaware

Differential Revision: https://phorge.dev.yugabyte.com/D35996
  • Loading branch information
bhavin192 committed Jun 26, 2024
1 parent 4e9a81c commit eccbc10
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion managed/src/main/resources/reference.conf
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,7 @@ yb {
# This can contain comma separated values, like "/,/tmp,"
monitored_mount_roots = "/"
vm_os_patching = true
kubernetes_provider_validation = false
kubernetes_provider_validation = true
azure_provider_validation = true
gcp_provider_validation = true
}
Expand Down

0 comments on commit eccbc10

Please sign in to comment.