Skip to content

Commit

Permalink
mount secrets for rpm-ostree task
Browse files Browse the repository at this point in the history
Signed-off-by: Robert Cerven <[email protected]>
  • Loading branch information
rcerven committed Oct 1, 2024
1 parent 2c037ad commit cf72fc2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions task/rpm-ostree/0.1/rpm-ostree.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -168,6 +168,7 @@ spec:
$network_opt \
--mount type=bind,source=$BUILD_DIR/tmp,target=/var/tmp,relabel=shared \
--privileged \
--tmpfs /run/secrets \
-e CONTEXT="$CONTEXT" \
-e IMAGE_FILE="$IMAGE_FILE" \
-e CONFIG_FILE="$CONFIG_FILE" \
Expand Down
1 change: 1 addition & 0 deletions task/rpm-ostree/0.2/rpm-ostree.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -165,6 +165,7 @@ spec:
$network_opt \
--mount type=bind,source=$BUILD_DIR/tmp,target=/var/tmp,relabel=shared \
--privileged \
--tmpfs /run/secrets \
-e CONTEXT="$CONTEXT" \
-e IMAGE_FILE="$IMAGE_FILE" \
-e CONFIG_FILE="$CONFIG_FILE" \
Expand Down

0 comments on commit cf72fc2

Please sign in to comment.