Skip to content

Commit

Permalink
Address indentation issue
Browse files Browse the repository at this point in the history
  • Loading branch information
Sahiba-Gupta committed Jul 21, 2022
1 parent 7f65704 commit 18862f4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions cmd/sidecar-proxy/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -210,9 +210,9 @@ func run(log *logrus.Entry) error {
}
skipCertValue, _ := os.LookupEnv("SKIP_CERTIFICATE_VALIDATION")
insecureValue, _ := os.LookupEnv("INSECURE")
if skipCertValue == "true" || insecureValue == "true" {
insecureProxy = true
}
if skipCertValue == "true" || insecureValue == "true" {
insecureProxy = true
}
driverConfigParamsFile = flag.String("driver-config-params", "", "Full path to the YAML file containing the driver ConfigMap")
flag.Parse()

Expand Down

0 comments on commit 18862f4

Please sign in to comment.