mirror of
https://git.sr.ht/~magic_rb/dotfiles
synced 2024-12-11 17:31:58 +01:00
13 lines
201 B
Nix
13 lines
201 B
Nix
|
{
|
||
|
apiVersion = "v1";
|
||
|
kind = "ServiceAccount";
|
||
|
metadata = {
|
||
|
labels = {
|
||
|
app = "istiod";
|
||
|
release = "istio-istiod";
|
||
|
};
|
||
|
name = "istiod";
|
||
|
namespace = "istio-system";
|
||
|
};
|
||
|
}
|