diff options
| author | 2023-08-30 16:17:17 +0100 | |
|---|---|---|
| committer | 2023-08-30 16:17:17 +0100 | |
| commit | 4bbde8297bf6542d32e68761450ebbfbe38e69af (patch) | |
| tree | 4f2ede702166f39f85102d3885f6720883704b3b /deployment.yaml | |
| parent | Merge pull request #113 from python-discord/jb3/shared-mem (diff) | |
| parent | Test deployment init container in CI (diff) | |
Merge pull request #188 from python-discord/test-init-container-in-CI
Test deployment init container in CI
Diffstat (limited to 'deployment.yaml')
| -rw-r--r-- | deployment.yaml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/deployment.yaml b/deployment.yaml index 3ce8d00..6f188c9 100644 --- a/deployment.yaml +++ b/deployment.yaml @@ -13,6 +13,7 @@ spec: app: snekbox spec: initContainers: + # Ensure "dry-run-deploy" job of test.yaml is updated with any changes to this init container - name: deps-install image: ghcr.io/python-discord/snekbox:latest imagePullPolicy: Always |