mirror of
https://git.sr.ht/~magic_rb/dotfiles
synced 2024-12-11 17:31:58 +01:00
69b84c09af
Signed-off-by: magic_rb <magic_rb@redalder.org>
12 lines
208 B
Nix
12 lines
208 B
Nix
{
|
|
apiVersion = "v1";
|
|
kind = "ServiceAccount";
|
|
metadata = {
|
|
labels = {
|
|
app = "istiod";
|
|
release = "istio-istiod";
|
|
};
|
|
name = "istiod-1-20-2";
|
|
namespace = "istio-system";
|
|
};
|
|
}
|