Add service account.

This commit is contained in:
Tom Alexander
2025-12-14 13:37:46 -05:00
parent 41f9847262
commit 51feef1582
7 changed files with 83 additions and 3 deletions

View File

@@ -8,5 +8,6 @@ symlinkJoin {
paths = [
k8s.kubernetes
k8s.ca
k8s.service_account
];
}