mirror of
https://github.com/jlengrand/engine.git
synced 2026-05-09 00:01:17 +00:00
get pull secrets on app
This commit is contained in:
@@ -41,6 +41,8 @@ spec:
|
||||
automountServiceAccountToken: false
|
||||
terminationGracePeriodSeconds: 60
|
||||
securityContext: {}
|
||||
imagePullSecrets:
|
||||
- name: {{ registry_name }}
|
||||
containers:
|
||||
- name: {{ name }}
|
||||
image: "{{ image_name_with_tag }}"
|
||||
|
||||
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user