Files
jenkins-pipeline/k8s_yaml/config/apex-user/apex-user-longtoken.yaml
2025-11-20 14:51:44 +08:00

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