wrong configmap

This commit is contained in:
ducoterra
2020-04-25 12:14:42 -04:00
parent 8393efa3a6
commit 50cdfd8180
2 changed files with 9 additions and 1 deletions

View File

@@ -16,7 +16,7 @@ spec:
image: $CI_REGISTRY_IMAGE:$CI_COMMIT_TAG
envFrom:
- configMapRef:
name: gitlab
name: $DEPLOY
volumeMounts:
- mountPath: /app/db
name: $DEPLOY

View File

@@ -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;
}