We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a9f55fd commit c079eacCopy full SHA for c079eac
template/docker/Dockerfile.j2
@@ -103,7 +103,7 @@ COPY LICENSE /licenses/LICENSE
103
COPY --from=builder /app/* /usr/local/bin/
104
105
{[% 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
+COPY deploy/config-spec/properties.yaml /etc/stackable/{[ operator.name }]/config-spec/properties.yaml
107
{[% endif %}]
108
109
USER ${STACKABLE_USER_UID}
0 commit comments