Skip to content

Commit

Permalink
Removes unused test function
Browse files Browse the repository at this point in the history
  • Loading branch information
igooch committed Sep 13, 2024
1 parent 9ad39d9 commit 079c7ab
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions test/upgrade/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -190,16 +190,6 @@ func runExecCommand(cmd string, args ...string) ([]byte, error) {
return out, err
}

// Install Agones to the cluster using the install.yaml file.
// kubectl create namespace agones-system
// kubectl apply --server-side -f https://raw.githubusercontent.com/googleforgames/agones/release-1.43.0/install/yaml/install.yaml
func installYaml() error {
installArgs := []string{"apply", "--server-side", "-f", "https://raw.githubusercontent.com/googleforgames/agones/release-1.43.0/install/yaml/install.yaml"}

_, err := runExecCommand(KUBECTL_CMD, installArgs...)
return err
}

// Adds public Helm Agones releases to the cluster
func addAgonesRepo() {
installArgs := [][]string{{"repo", "add", "agones", "https://agones.dev/chart/stable"},
Expand Down

0 comments on commit 079c7ab

Please sign in to comment.