remove old initcontainers
This commit is contained in:
@@ -6,17 +6,6 @@ metadata:
|
||||
spec:
|
||||
templates:
|
||||
- name: scan-trufflehog
|
||||
metadata:
|
||||
annotations:
|
||||
secrets.infisical.com/auto-reload: "true"
|
||||
initContainers:
|
||||
- name: wait-for-infisical
|
||||
image: alpine:3.20
|
||||
command:
|
||||
- sh
|
||||
- -c
|
||||
args:
|
||||
- until [ -n "${TRUFFLEHOG_TOKEN:-}" ]; do sleep 2; done
|
||||
container:
|
||||
image: alpine:3.20
|
||||
command:
|
||||
|
||||
Reference in New Issue
Block a user