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 1789cc2 commit a9f55fdCopy full SHA for a9f55fd
.pre-commit-config.yaml
@@ -56,3 +56,4 @@ repos:
56
rev: b3555ba9c2bfd9401e79f2f0da68dd1ae38e10c7 # 2.12.0
57
hooks:
58
- id: hadolint
59
+ exclude: \.j2$
template/docker/Dockerfile.j2
@@ -101,9 +101,10 @@ EOF
101
COPY LICENSE /licenses/LICENSE
102
103
COPY --from=builder /app/* /usr/local/bin/
104
-# {[% if operator.include_productconfig is undefined or operator.include_productconfig == true %}]
+
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
-# {[% endif %}]
107
+{[% endif %}]
108
109
USER ${STACKABLE_USER_UID}
110
0 commit comments