Skip to content
Snippets Groups Projects
Verified Commit db6dcc9c authored by Antoine R. Dumont's avatar Antoine R. Dumont
Browse files

loader-metadata: Mount credentials path in the right container

Refs. swh/infra/sysadm-environment#4794
parent bc8a67d0
No related branches found
No related tags found
No related merge requests found
......@@ -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: {}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment