remove old initcontainers
This commit is contained in:
@@ -6,17 +6,6 @@ metadata:
|
|||||||
spec:
|
spec:
|
||||||
templates:
|
templates:
|
||||||
- name: scan-trufflehog
|
- 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:
|
container:
|
||||||
image: alpine:3.20
|
image: alpine:3.20
|
||||||
command:
|
command:
|
||||||
|
|||||||
Reference in New Issue
Block a user