Add secrets-script and dependency on google-maps-api secret

This commit is contained in:
2019-02-11 13:05:17 +01:00
parent 819feb6401
commit d2172fc8ea
2 changed files with 20 additions and 0 deletions
+3
View File
@@ -42,4 +42,7 @@ spec:
memory: "100Mi"
imagePullPolicy: Always
image: registry.gitlab.com/unboundsoftware/dancefinder/geo-service:${COMMIT}
envFrom:
- secretRef:
name: google-maps-api
restartPolicy: Always