diff options
Diffstat (limited to 'roles/apps/nextcloud/templates')
-rw-r--r-- | roles/apps/nextcloud/templates/pod-with-mariadb.yml.j2 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/roles/apps/nextcloud/templates/pod-with-mariadb.yml.j2 b/roles/apps/nextcloud/templates/pod-with-mariadb.yml.j2 index 72f8cb7a..20752490 100644 --- a/roles/apps/nextcloud/templates/pod-with-mariadb.yml.j2 +++ b/roles/apps/nextcloud/templates/pod-with-mariadb.yml.j2 @@ -7,7 +7,7 @@ spec: allowPrivilegeEscalation: false containers: - name: nextcloud - image: "nextcloud:{{ item.value.version }}" + image: "nextcloud{% if 'custom_image' in item.value %}/{{ item.key }}{% endif %}:{{ item.value.version }}" securityContext: runAsUser: {{ nextcloud_app_uid }} runAsGroup: {{ nextcloud_app_gid }} |