Skip to content

Commit

Permalink
Revert "Enable PSA FG on Kubevirt (kubevirt#2093)"
Browse files Browse the repository at this point in the history
This reverts commit 4731026.

Signed-off-by: Simone Tiraboschi <stirabos@redhat.com>
  • Loading branch information
tiraboschi committed Nov 8, 2022
1 parent 3dfd5b3 commit 7c34993
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,6 @@ var _ = Describe("HyperconvergedController", func() {
"NUMA",
"WithHostPassthroughCPU",
"VMExport",
"PSA",
}
// Get the KV
kvList := &kubevirtcorev1.KubeVirtList{}
Expand Down
4 changes: 0 additions & 4 deletions controllers/operands/kubevirt.go
Original file line number Diff line number Diff line change
Expand Up @@ -95,9 +95,6 @@ const (

// Export VMs to outside of the cluster
kvVMExportGate = "VMExport"

// enable Pod Security Admission handling
kvPSA = "PSA"
)

var (
Expand All @@ -114,7 +111,6 @@ var (
kvDownwardMetricsGate,
kvNUMA,
kvVMExportGate,
kvPSA,
}

// holds a list of mandatory KubeVirt feature gates. Some of them are the hard coded feature gates and some of
Expand Down

0 comments on commit 7c34993

Please sign in to comment.