Skip to content

Commit

Permalink
add version notes
Browse files Browse the repository at this point in the history
  • Loading branch information
pega-roska committed Feb 6, 2024
1 parent cf8beca commit 82659ba
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions terratest/src/test/pega/pega-tier-pdb_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,10 @@ import (
"k8s.io/api/policy/v1beta1"
)

// Leaving the k8s.io import at v1beta1 for now because it doesn't impact the test and upgrading seems like it would probably require going
// through all the Go dependencies. If this test starts failing in the future due to new features not being supported, we should probably
// actually go through and do the upgrade

// TestPegaTierPDBEnabled - verify that a PodDisruptionBudget is created when global.tier.pdb.enabled=true
func TestPegaTierPDBEnabled(t *testing.T) {
var supportedVendors = []string{"k8s", "openshift", "eks", "gke", "aks", "pks"}
Expand Down

0 comments on commit 82659ba

Please sign in to comment.