kubernetes & drone CI files

This commit is contained in:
2025-04-08 21:47:53 +02:00
parent 68ebc7568e
commit 69a6612ea2
7 changed files with 225 additions and 0 deletions

View File

@@ -0,0 +1,9 @@
---
apiVersion: v1
kind: Secret
metadata:
name: ghcr-login-secret
namespace: ${NAMESPACE}
data:
.dockerconfigjson: ${DOCKER_CONFIG}
type: kubernetes.io/dockerconfigjson