get pull secrets on app

This commit is contained in:
marc
2020-12-03 16:58:24 +01:00
committed by marc
parent 8623e80e87
commit b64093eecb
2 changed files with 4 additions and 0 deletions

View File

@@ -41,6 +41,8 @@ spec:
automountServiceAccountToken: false
terminationGracePeriodSeconds: 60
securityContext: {}
imagePullSecrets:
- name: {{ registry_name }}
containers:
- name: {{ name }}
image: "{{ image_name_with_tag }}"

View File

@@ -117,6 +117,8 @@ impl Application {
context.insert("environment_variables", &environment_variables);
context.insert("registry_name","qovery-registry");
//TODO: no storage for the moment
let is_storage = false;
context.insert("is_storage", &is_storage);