Skip to content

Commit

Permalink
Fix typo (#1050)
Browse files Browse the repository at this point in the history
Signed-off-by: Anatolii Bazko <[email protected]>
  • Loading branch information
tolusha authored Jan 5, 2021
1 parent 2e69ae4 commit 4dc78fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tasks/installers/helm.ts
Original file line number Diff line number Diff line change
Expand Up @@ -304,7 +304,7 @@ error: E_COMMAND_FAILED`)
ctx.isCheDeployed = true
if (flags.multiuser) {
ctx.isPostgresDeployed = true
ctx.isKeaycloakDeployed = true
ctx.isKeycloakDeployed = true
multiUserFlag = `-f ${destDir}values/multi-user.yaml`
}

Expand Down

0 comments on commit 4dc78fa

Please sign in to comment.