Skip to content

Commit 1680ca8

Browse files
chore: Update templated files (d64a1bb) (#749)
chore: Generated commit to update templated files since the last template run up to stackabletech/operator-templating@d64a1bb Reference-to: stackabletech/operator-templating@d64a1bb (try to update upload-artifacts action)
1 parent 16196a1 commit 1680ca8

File tree

3 files changed

+8
-1
lines changed

3 files changed

+8
-1
lines changed

.pre-commit-config.yaml

+2
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@ repos:
1818
rev: eeee35a89e69d5772bdee97db1a6a898467b686e # 1.0
1919
hooks:
2020
- id: fmt
21+
# Pinning to a specific rustc version, so that we get consistent formatting
22+
entry: RUSTUP_TOOLCHAIN=nightly-2025-01-15 cargo fmt
2123
args: ["--all", "--", "--check"]
2224
- id: clippy
2325
args: ["--all-targets", "--", "-D", "warnings"]

deploy/helm/nifi-operator/templates/deployment.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ spec:
1616
metadata:
1717
annotations:
1818
internal.stackable.tech/image: "{{ .Values.image.repository }}:{{ .Values.image.tag | default .Chart.AppVersion }}"
19-
{{- with .Values.podAnnotations }}
2019
checksum/config: {{ include (print $.Template.BasePath "/configmap.yaml") . | sha256sum }}
20+
{{- with .Values.podAnnotations }}
2121
{{- toYaml . | nindent 8 }}
2222
{{- end }}
2323
labels:

rustfmt.toml

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
# This file includes unstable features, so you need to run "cargo +nightly fmt" to format your code.
2+
# It's also ok to use the stable toolchain by simple running "cargo fmt", but using the nigthly formatter is prefered.
3+
4+
imports_granularity = "Crate"
5+
group_imports = "StdExternalCrate"

0 commit comments

Comments
 (0)