From 50cdfd8180b5c5428fb91fde63e6bfc4d19a4836 Mon Sep 17 00:00:00 2001 From: ducoterra Date: Sat, 25 Apr 2020 12:14:42 -0400 Subject: [PATCH] wrong configmap --- k8s/deploy.yaml | 2 +- ui/static/ui/button.css | 8 ++++++++ 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/k8s/deploy.yaml b/k8s/deploy.yaml index 4f00df7..c7ef94d 100644 --- a/k8s/deploy.yaml +++ b/k8s/deploy.yaml @@ -16,7 +16,7 @@ spec: image: $CI_REGISTRY_IMAGE:$CI_COMMIT_TAG envFrom: - configMapRef: - name: gitlab + name: $DEPLOY volumeMounts: - mountPath: /app/db name: $DEPLOY diff --git a/ui/static/ui/button.css b/ui/static/ui/button.css index 1f65394..c43029b 100644 --- a/ui/static/ui/button.css +++ b/ui/static/ui/button.css @@ -5,4 +5,12 @@ html, body { .section, .container { height: 100%; +} + +.container { + display: flex; + justify-content: center; + flex-direction: column; + align-items: center; + text-align: center; } \ No newline at end of file