mirror of
https://github.com/KevinMidboe/schleppe-lab.git
synced 2025-12-28 21:01:17 +00:00
Handle prettified dockerconfig JSON with newlines and tabs
This commit is contained in:
@@ -5,6 +5,5 @@ metadata:
|
||||
name: ghcr-login-secret
|
||||
namespace: schleppe-lab
|
||||
data:
|
||||
.dockerconfigjson: |
|
||||
${DOCKER_CONFIG_BASE64}
|
||||
.dockerconfigjson: ${DOCKER_CONFIG_BASE64}
|
||||
type: kubernetes.io/dockerconfigjson
|
||||
|
||||
Reference in New Issue
Block a user