mirror of
https://git.sr.ht/~magic_rb/dotfiles
synced 2024-12-04 05:56:14 +01:00
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";
|
||
|
};
|
||
|
}
|