summaryrefslogtreecommitdiff
path: root/roles/nextcloud/templates
diff options
context:
space:
mode:
authorChristian Pointner <equinox@spreadspace.org>2019-10-14 23:39:30 +0200
committerChristian Pointner <equinox@spreadspace.org>2019-10-14 23:39:30 +0200
commitc294ec512895c327784536588cba8d3f7b4aad43 (patch)
tree267e4e4f1f50ed7cd761e215b2b9303def7ef9bc /roles/nextcloud/templates
parentcollabora doesn't need a special user (diff)
nextcloud prefix for pod and nginx config
Diffstat (limited to 'roles/nextcloud/templates')
-rw-r--r--roles/nextcloud/templates/pod-with-mariadb.yml.j22
1 files changed, 1 insertions, 1 deletions
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