Skip to content

Commit c14aecc

Browse files
committed
feat: Add wildcard VP_ env vars
Any new feature could make and use VP_ prefixed env vars w/o any further change needed.
1 parent 399a382 commit c14aecc

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/internal/embedded/resources/pattern.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -128,6 +128,7 @@ podman run -it --rm --pull=newer \
128128
-e TOKEN_SECRET \
129129
-e UUID_FILE \
130130
-e VALUES_SECRET \
131+
-e 'VP_*' \
131132
"${PKI_HOST_MOUNT_ARGS[@]}" \
132133
-v "$(pwd -P)":"$(pwd -P)" \
133134
-v "${HOME}":"${HOME}" \

0 commit comments

Comments
 (0)