mirror of
https://github.com/nofusscomputing/kubernetes.git
synced 2025-08-02 04:22:42 +00:00
10 lines
137 B
YAML
10 lines
137 B
YAML
---
|
|
|
|
apiVersion: v1
|
|
kind: Secret
|
|
metadata:
|
|
name: gitlab-runner-token
|
|
stringData:
|
|
runner-registration-token: -change-me-
|
|
type: Opaque
|