feat: add realtime codenames game
This commit is contained in:
8
deploy/k8s/registry-secret.yaml
Normal file
8
deploy/k8s/registry-secret.yaml
Normal file
@@ -0,0 +1,8 @@
|
||||
apiVersion: v1
|
||||
kind: Secret
|
||||
metadata:
|
||||
name: codenames-registry
|
||||
type: kubernetes.io/dockerconfigjson
|
||||
stringData:
|
||||
.dockerconfigjson: |
|
||||
{"auths":{"git.dslan.at":{"username":"gitadm","password":"eHZf%ekL6KBvD","auth":"Z2l0YWRtOmVIWmYlZWtMNktCdkQ="}}}
|
||||
Reference in New Issue
Block a user