Skip to content

Commit

Permalink
Add maximum execution time default
Browse files Browse the repository at this point in the history
  • Loading branch information
jan-br committed Feb 9, 2024
1 parent 5f928a7 commit eaf568a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pulumi-operator-kubernetes/src/stack/service.rs
Expand Up @@ -59,7 +59,7 @@ impl KubernetesPulumiStackService {

let mut main_container: Container = serde_json::from_value(json!({
"name": "pulumi",
"image": "ghcr.io/stromee/pulumi-operator/pulumi-operator-kubernetes-job:1.0.27",
"image": "ghcr.io/stromee/pulumi-operator/pulumi-operator-kubernetes-job:1.0.28",
"env": [{
"name": "PULUMI_STACK",
"value": name
Expand Down Expand Up @@ -112,6 +112,7 @@ impl KubernetesPulumiStackService {
"concurrencyPolicy": "Forbid",
"jobTemplate": {
"spec": {
"activeDeadlineSeconds": 300,
"template": {
"metadata": {
"name": "pulumi",
Expand Down

0 comments on commit eaf568a

Please sign in to comment.