Skip to content

Commit

Permalink
fix nginx class
Browse files Browse the repository at this point in the history
  • Loading branch information
stephen-vakil committed Jul 18, 2024
1 parent 35c0467 commit 68dfca4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cnab/app/run.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ switch ($action) {
}

ingress = @{
className = "nginx-external"
className = "nginx-internal"
certIssuer = "letsencrypt-dns-prod"
host = $vars.vars.opserverSettings.hostUrl
enabled = $vars.vars.includeIngress
Expand Down

0 comments on commit 68dfca4

Please sign in to comment.