All checks were successful
docker-build / Build image (push) Successful in 9s
10 lines
199 B
YAML
10 lines
199 B
YAML
apiVersion: v1
|
|
kind: Secret
|
|
metadata:
|
|
name: gitlab-credentials
|
|
namespace: default
|
|
type: Opaque
|
|
stringData:
|
|
GITLAB_URL: "https://gitlab.example.com"
|
|
GITLAB_TOKEN: "glpat-xxxxxxxxxxxxxxxxxxxx"
|