10 lines
177 B
YAML
10 lines
177 B
YAML
apiVersion: v1
|
|
kind: ServiceAccount
|
|
metadata:
|
|
name: test_project-service-account
|
|
namespace: test_project
|
|
labels:
|
|
app: test_project
|
|
automountServiceAccountToken: true
|
|
|