mirror of
https://github.com/KevinMidboe/infra-map.git
synced 2026-01-03 15:55:49 +00:00
kubernetes & drone CI files
This commit is contained in:
9
.kubernetes/ghcr-token-secret.yml
Normal file
9
.kubernetes/ghcr-token-secret.yml
Normal file
@@ -0,0 +1,9 @@
|
||||
---
|
||||
apiVersion: v1
|
||||
kind: Secret
|
||||
metadata:
|
||||
name: ghcr-login-secret
|
||||
namespace: ${NAMESPACE}
|
||||
data:
|
||||
.dockerconfigjson: ${DOCKER_CONFIG}
|
||||
type: kubernetes.io/dockerconfigjson
|
||||
Reference in New Issue
Block a user