Skip to content

Commit 42695ea

Browse files
chore: Generated commit to update templated files since the last template run up to stackabletech/operator-templating@4a7be88 (#578)
Reference-to: stackabletech/operator-templating@4a7be88 (Remove retired files, pull in default.nix changes from opa-operator)
1 parent 0524fcd commit 42695ea

File tree

3 files changed

+4
-81
lines changed

3 files changed

+4
-81
lines changed

.flake8

Lines changed: 0 additions & 2 deletions
This file was deleted.

.github/workflows/pr_reviewdog.yaml

Lines changed: 0 additions & 79 deletions
This file was deleted.

default.nix

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,10 @@
1616
stackable-secret-operator = attrs: {
1717
buildInputs = [ pkgs.protobuf pkgs.rustfmt ];
1818
};
19+
stackable-opa-user-info-fetcher = attrs: {
20+
# TODO: why is this not pulled in via libgssapi-sys?
21+
buildInputs = [ pkgs.krb5 ];
22+
};
1923
krb5-sys = attrs: {
2024
nativeBuildInputs = [ pkgs.pkg-config ];
2125
buildInputs = [ pkgs.krb5 ];

0 commit comments

Comments
 (0)