aibilly_backend_code/k8s/serviceaccount.yaml
2026-03-10 16:44:04 +05:30

10 lines
177 B
YAML

apiVersion: v1
kind: ServiceAccount
metadata:
name: test_project-service-account
namespace: test_project
labels:
app: test_project
automountServiceAccountToken: true