Skip to content

Commit c079eac

Browse files
committed
chore(template): Add spaces back into variable interpolation (to make it what it was before recent broken changes).
1 parent a9f55fd commit c079eac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

template/docker/Dockerfile.j2

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ COPY LICENSE /licenses/LICENSE
103103
COPY --from=builder /app/* /usr/local/bin/
104104
105105
{[% if operator.include_productconfig is undefined or operator.include_productconfig == true %}]
106-
COPY deploy/config-spec/properties.yaml /etc/stackable/{[operator.name}]/config-spec/properties.yaml
106+
COPY deploy/config-spec/properties.yaml /etc/stackable/{[ operator.name }]/config-spec/properties.yaml
107107
{[% endif %}]
108108
109109
USER ${STACKABLE_USER_UID}

0 commit comments

Comments
 (0)