mirror of
https://git.sr.ht/~magic_rb/dotfiles
synced 2024-12-03 13:36:12 +01:00
03b54bd52b
Signed-off-by: magic_rb <magic_rb@redalder.org>
13 lines
227 B
Nix
13 lines
227 B
Nix
{
|
|
apiVersion = "v1";
|
|
kind = "ServiceAccount";
|
|
metadata = {
|
|
labels = {
|
|
app = "istio-reader";
|
|
release = "istio-base";
|
|
};
|
|
name = "istio-reader-service-account";
|
|
namespace = "istio-system";
|
|
};
|
|
}
|