We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 84ae182 + e64d390 commit 20b00cfCopy full SHA for 20b00cf
webui/src/js/utils/sh-script-adapter.js
@@ -63,7 +63,7 @@ define(['utils/script-adapter-base'],
63
`if [ "${serviceTypeVarRef}" != "LoadBalancer" ]; then`,
64
`${this.indent(1)}if [ "${ingressControllerTypeVarRef}" = "traefik" ]; then`,
65
`${this.indent(2)}${collectVarName}="${this.getVariableReference(collectVarName)} --set service.type=${serviceTypeVarRef}"`,
66
- `${this.indent(1)}else if [ "${ingressControllerTypeVarRef}" = "nginx" ]; then`,
+ `${this.indent(1)}elif [ "${ingressControllerTypeVarRef}" = "nginx" ]; then`,
67
`${this.indent(2)}${collectVarName}="${this.getVariableReference(collectVarName)} --set controller.service.type=${serviceTypeVarRef}"`,
68
`${this.indent(1)}fi`,
69
'fi',
0 commit comments