diff --git a/swh/templates/loader-metadata/deployment.yaml b/swh/templates/loader-metadata/deployment.yaml index e78cf26aba109ecac86ec5a65e491f7e5fd00423..947d19aa1c4ce71c79b5dc3b77eecc5934566596 100644 --- a/swh/templates/loader-metadata/deployment.yaml +++ b/swh/templates/loader-metadata/deployment.yaml @@ -52,6 +52,9 @@ spec: mountPath: /etc/swh - name: configuration-template mountPath: /etc/swh/configuration-template + - name: metadata-fetcher-credentials + mountPath: /etc/credentials/metadata-fetcher + readOnly: true containers: - name: loader-metadata image: {{ .Values.swh_loader_metadata_image }}:{{ .Values.swh_loader_metadata_image_version }} @@ -92,9 +95,6 @@ spec: subPath: "pre-stop.sh" - name: configuration mountPath: /etc/swh - - name: metadata-fetcher-credentials - mountPath: /etc/credentials/metadata-fetcher - readOnly: true volumes: - name: configuration emptyDir: {}