Skip to content

Commit

Permalink
chore(template): Add spaces back into variable interpolation (to make…
Browse files Browse the repository at this point in the history
… it what it was before recent broken changes).
  • Loading branch information
NickLarsenNZ committed Sep 17, 2024
1 parent a9f55fd commit c079eac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion template/docker/Dockerfile.j2
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ COPY LICENSE /licenses/LICENSE
COPY --from=builder /app/* /usr/local/bin/
{[% if operator.include_productconfig is undefined or operator.include_productconfig == true %}]
COPY deploy/config-spec/properties.yaml /etc/stackable/{[operator.name}]/config-spec/properties.yaml
COPY deploy/config-spec/properties.yaml /etc/stackable/{[ operator.name }]/config-spec/properties.yaml
{[% endif %}]
USER ${STACKABLE_USER_UID}
Expand Down

0 comments on commit c079eac

Please sign in to comment.