12 lines
292 B
YAML
12 lines
292 B
YAML
|
|
apiVersion: v1
|
||
|
|
kind: Secret
|
||
|
|
metadata:
|
||
|
|
name: apex-user-longtoken
|
||
|
|
namespace: apex-evaluation
|
||
|
|
annotations:
|
||
|
|
kubernetes.io/service-account.name: apex-user
|
||
|
|
type: kubernetes.io/service-account-token
|
||
|
|
|
||
|
|
|
||
|
|
# 创建完成后:
|
||
|
|
# kubectl get secret apex-user-longtoken -n apex-evaluation -o yaml
|