Skip to content

Commit

Permalink
Merge branch 'main' into enh/nginx-proxy-crd
Browse files Browse the repository at this point in the history
  • Loading branch information
sjberman authored Apr 29, 2024
2 parents 69f42f0 + c7fd089 commit 6c9afbf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/framework/ngf.go
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ func InstallNGF(cfg InstallationConfig, extraArgs ...string) ([]byte, error) {

// UpgradeNGF upgrades NGF. CRD upgrades assume the chart is local.
func UpgradeNGF(cfg InstallationConfig, extraArgs ...string) ([]byte, error) {
crdPath := filepath.Join(cfg.ChartPath, "crds")
crdPath := filepath.Join(cfg.ChartPath, "crds") + "/"
if output, err := exec.Command("kubectl", "apply", "-f", crdPath).CombinedOutput(); err != nil {
return output, err
}
Expand Down

0 comments on commit 6c9afbf

Please sign in to comment.