Commit 3b3ca49d authored by Kevin Di Lallo's avatar Kevin Di Lallo
Browse files

minor meepctl deployment fix

parent 976abb42
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -229,7 +229,7 @@ func deployRunScriptsAndGetFlags(targetName string, chart string, cobraCmd *cobr
	// Common platform flags
	httpsOnly := utils.RepoCfg.GetBool("repo.deployment.ingress.https-only")
	if httpsOnly {
		flags = utils.HelmFlags(flags, "--set", "ingress.annotations.\"nginx\\.ingress\\.kubernetes\\.io/force-ssl-redirect\"=true")
		flags = utils.HelmFlags(flags, "--set", "ingress.annotations.nginx\\.ingress\\.kubernetes\\.io/force-ssl-redirect=\"true\"")
	}

	// Service-specific flags