From bca442655b9a2f011c322c9626f029de7e209b45 Mon Sep 17 00:00:00 2001 From: Max Audron Date: Sat, 5 Jun 2021 01:18:40 +0200 Subject: fix init container name --- deploy/environments/production/main.jsonnet | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'deploy/environments') diff --git a/deploy/environments/production/main.jsonnet b/deploy/environments/production/main.jsonnet index 175fbab..72a1c2e 100644 --- a/deploy/environments/production/main.jsonnet +++ b/deploy/environments/production/main.jsonnet @@ -22,7 +22,7 @@ function(tag, namespace, envSlug=null, projectPathSlug=null) statefulset+: statefulset.spec.template.spec.withInitContainers([ - container.new('waitForEgress', 'docker.io/busybox:latest') + container.new('wait-for-egress', 'docker.io/busybox:latest') + container.withCommand(['/bin/sleep', '30']), ]), -- cgit v1.2.3 alue='switch'/> A tool to clone and pull whole group trees from a git forge, properly organized on disk.Max Audron <me@audron.dev>
aboutsummaryrefslogtreecommitdiff
path: root/src/list/mod.rs (unfollow)
Commit message (Collapse)AuthorLines
2026-01-06release 1.1.01.1.0Max Audron-2/+2
- rewrite git implementation to use gix - only checkout repo if clean - fix wrong ref being updated on checkout if branch contained slash - update dependencies and rust version
2026-01-06update READMEMax Audron-70/+3
2025-04-08cleanup warnings and unused codeMax Audron-36/+3
2025-04-08only checkout repo if cleanMax Audron-174/+343
2025-03-26delete files removed from index during checkoutMax Audron-3/+29
2025-03-26fix wrong ref being updated on checkout if branch contained slashMax Audron-2/+4
2025-03-26update dependencies and rust versionMax Audron-903/+1501
2024-09-04i do not know what i did anymoreMax Audron-14/+45
2024-03-27refactor testsMax Audron-23/+29
2024-03-27reorganize repo git implsMax Audron-209/+235
2024-03-27implement basic cloning and updating with gixMax Audron-771/+2229
2023-08-02release 1.0.4Max Audron-1/+1
- add error message if no projects are found - document issue with ssh config being ignored
2023-08-02fix static compile on darwinMax Audron-9/+16
2023-08-02add direnv to gitignoreMax Audron-0/+1
2023-08-02document issue with ignored ssh configMax Audron-0/+14
2023-08-02add error message if no projects foundMax Audron-2/+6
2023-08-02setup new nix flake using craneMax Audron-115/+225
2023-06-22update dependenciesMax Audron-469/+457
2022-07-06release 1.0.1Max Audron-1/+57
- fix gitlab api not returning all results
2022-07-06paginate results from gitlab apiMax Audron-11/+36
2022-06-20add gitlab upload commandMax Audron-0/+4
2022-06-20prepare release 1.0.0Max Audron-3/+17