Skip to content

Commit

Permalink
Update Jenkinsfile
Browse files Browse the repository at this point in the history
  • Loading branch information
LtChae authored May 12, 2021
1 parent f0993a0 commit b6779e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -57,5 +57,5 @@ def deployStrimzi() {
}

def deployKafka(environment) {
sh "helm upgrade --install streaming-service-kafka-prime chart/ --namespace streaming-prime --timeout 600 -f chart/${environment}-values.yaml"
sh "helm upgrade --install streaming-service-kafka-prime chart/ --namespace streaming-prime --timeout 600s -f chart/${environment}-values.yaml"
}

0 comments on commit b6779e5

Please sign in to comment.