Skip to content

Commit 3a35534

Browse files
authored
Generated commit to update templated files based on rev eadaf3b in stackabletech/operator-templating repo. (#29)
Original commit message: Add repository of the superset-operator (#2) * Add repository of the superset-operator * Upgrade all dependencies * Disable zookeeper-operator * Copy config-spec to Docker image if present * Remove extra crate stackable-spark-test-utils
1 parent cfa2f82 commit 3a35534

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/rust.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ jobs:
8989
env:
9090
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
9191
- name: Run clippy action to produce annotations
92-
uses: actions-rs/clippy-check@v1
92+
uses: actions-rs/clippy-check@v1.0.7
9393
if: steps.check_permissions.outputs.has-permission
9494
with:
9595
args: --all-targets -- -D warnings

docker/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ RUN microdnf update --disablerepo=* --enablerepo=ubi-8-baseos --enablerepo=ubi-8
1414
&& rm -rf /var/cache/yum
1515

1616
COPY --from=builder /app/stackable-hbase-operator /
17+
COPY deploy/config-spec/properties.yaml /etc/stackable/hbase-operator/config-spec/properties.yaml
1718

1819
RUN groupadd -g 1000 stackable && adduser -u 1000 -g stackable -c 'Stackable Operator' stackable
1920

0 commit comments

Comments
 (0)