Skip to content

Commit

Permalink
Format jsonnet
Browse files Browse the repository at this point in the history
  • Loading branch information
thobens committed Nov 28, 2024
1 parent 304cad9 commit a1630cb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions component/control-api.jsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ local apiserverDeploymentEnvPatch = if std.length(apiserverExtraEnvList) > 0 the
name: 'control-api-apiserver',

},
},
}
for env in apiserverExtraEnvList
],
} else {};
Expand Down Expand Up @@ -256,7 +256,7 @@ local controllerDeploymentEnvPatch = if std.length(controllerExtraEnvList) > 0 t
kind: 'Deployment',
name: 'control-api-controller',
},
},
}
for env in controllerExtraEnvList
],
} else {};
Expand Down

0 comments on commit a1630cb

Please sign in to comment.