Skip to content

Commit

Permalink
Pass deploy params to status check command
Browse files Browse the repository at this point in the history
  • Loading branch information
fmarek-kindred committed Dec 17, 2024
1 parent ad356dc commit 167cb68
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion k8s-deployer/src/deployer.ts
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ export const deployApplication = async (
if (options?.namespace) command = `${ command } ${ options.namespace }`

const fnCmdWithParams = (cmd: string, pitfileParams?: Array<string>, deployOptions?: DeployOptions) => {
const result = cmd
let result = cmd
const allParams = new Array()
// first pass params delcared in the pitfile
if (pitfileParams) {
Expand Down

0 comments on commit 167cb68

Please sign in to comment.