diff --git a/hackerspace/doorboy.yaml b/hackerspace/doorboy.yaml index 1ce921c..08f0646 100644 --- a/hackerspace/doorboy.yaml +++ b/hackerspace/doorboy.yaml @@ -32,7 +32,7 @@ spec: image: harbor.k-space.ee/k-space/doorboy-proxy:latest envFrom: - secretRef: - name: inventory-mongodb + name: mongodb-user-password - secretRef: name: doorboy-godoor - secretRef: diff --git a/hackerspace/goredirect.yaml b/hackerspace/goredirect.yaml index dae389b..9da8713 100644 --- a/hackerspace/goredirect.yaml +++ b/hackerspace/goredirect.yaml @@ -27,7 +27,7 @@ spec: valueFrom: secretKeyRef: key: MONGO_URI - name: inventory-mongodb + name: mongodb-user-password name: goredirect ports: - containerPort: 8080 diff --git a/hackerspace/kustomization.yaml b/hackerspace/kustomization.yaml index 64c89ba..0afff67 100644 --- a/hackerspace/kustomization.yaml +++ b/hackerspace/kustomization.yaml @@ -4,7 +4,7 @@ kind: Kustomization namespace: hackerspace resources: -- ssh://git@git.k-space.ee/secretspace/kube/hackerspace # secrets: inventory-mongodb, inventory-s3, doorboy-godoor, doorboy-slack +- ssh://git@git.k-space.ee/secretspace/kube/hackerspace # secrets: inventory-s3, doorboy-godoor, doorboy-slack - ./doorboy.yaml - ./svcacc.yaml - ./inventory.yaml