summaryrefslogtreecommitdiff
path: root/roles/nextcloud/templates
diff options
context:
space:
mode:
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