6 lines
135 B
YAML
6 lines
135 B
YAML
apiVersion: v1
|
|
kind: ServiceAccount
|
|
metadata:
|
|
name: endpoints-reader
|
|
namespace: kevin # the namespace to create the ServiceAccount
|