mirror of
https://github.com/KevinMidboe/schleppe-lab.git
synced 2025-10-29 01:30:39 +00:00
10 lines
175 B
YAML
10 lines
175 B
YAML
---
|
|
apiVersion: v1
|
|
kind: Secret
|
|
metadata:
|
|
name: ghcr-login-secret
|
|
namespace: ${NAMESPACE}
|
|
data:
|
|
.dockerconfigjson: ${DOCKER_CONFIG}
|
|
type: kubernetes.io/dockerconfigjson
|