From c294ec512895c327784536588cba8d3f7b4aad43 Mon Sep 17 00:00:00 2001 From: Christian Pointner Date: Mon, 14 Oct 2019 23:39:30 +0200 Subject: nextcloud prefix for pod and nginx config --- roles/nextcloud/templates/pod-with-mariadb.yml.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'roles/nextcloud/templates') diff --git a/roles/nextcloud/templates/pod-with-mariadb.yml.j2 b/roles/nextcloud/templates/pod-with-mariadb.yml.j2 index cebcb2ef..dfef3810 100644 --- a/roles/nextcloud/templates/pod-with-mariadb.yml.j2 +++ b/roles/nextcloud/templates/pod-with-mariadb.yml.j2 @@ -1,7 +1,7 @@ apiVersion: v1 kind: Pod metadata: - name: "{{ item.key }}" + name: "nextcloud-{{ item.key }}" spec: securityContext: allowPrivilegeEscalation: false -- cgit v1.2.3