Handle prettified dockerconfig JSON with newlines and tabs

This commit is contained in:
2024-02-10 00:14:21 +01:00
parent 081089e77f
commit 1b00a7fd78
2 changed files with 3 additions and 4 deletions

View File

@@ -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