diff --git a/test/nextcloud/2.3.2/questions.yaml b/test/nextcloud/2.3.2/questions.yaml index 59262e9d010..4e23bd88494 100644 --- a/test/nextcloud/2.3.2/questions.yaml +++ b/test/nextcloud/2.3.2/questions.yaml @@ -111,6 +111,7 @@ questions: - variable: nextcloudDataHostPathEnabled label: "Configure Host Path for Nextcloud data" + group: "Storage" schema: type: boolean default: false @@ -123,6 +124,7 @@ questions: - variable: nextcloudDataVolume label: "Configure iXVolume" + group: "Storage" schema: type: dict $ref: diff --git a/test/nextcloud/2.3.2/templates/deployment.yaml b/test/nextcloud/2.3.2/templates/deployment.yaml index ecbc4a0a34f..a99a9d7a257 100644 --- a/test/nextcloud/2.3.2/templates/deployment.yaml +++ b/test/nextcloud/2.3.2/templates/deployment.yaml @@ -42,6 +42,7 @@ spec: - name: init-postgresdb image: busybox:latest command: ['sh', '-c', "until nslookup {{ template "nextcloud.fullname" . }}-postgres; do echo waiting for postgres; sleep 2; done"] + imagePullPolicy: {{ .Values.image.pullPolicy }} containers: - name: {{ .Chart.Name }} image: "{{ .Values.image.repository }}:{{ .Values.image.tag }}"