Add service account.

This commit is contained in:
Tom Alexander
2025-12-14 13:37:46 -05:00
parent 514e67ac50
commit e8bd0f6416
7 changed files with 83 additions and 3 deletions

View File

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