Skip to content

Commit

Permalink
PWX-35704: The pks distribution string was incorrect. Change it from …
Browse files Browse the repository at this point in the history
…'gke' to 'pks'

Signed-off-by: Jose Rivera <jose@portworx.com>
  • Loading branch information
jrivera-px committed Jan 17, 2024
1 parent 676c9e2 commit 1e18aa0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/preflight/pks.go
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
package preflight

const (
pksDistribution = "gke"
pksDistribution = "pks"
// PksSystemNamespace PKS system namespace
PksSystemNamespace = "pks-system"
)
Expand Down

0 comments on commit 1e18aa0

Please sign in to comment.