Skip to content
Snippets Groups Projects
Commit ecbd13c9 authored by Pierre Ozoux's avatar Pierre Ozoux
Browse files

Fix issues with migration.

parent 6caa2b81
No related branches found
No related tags found
No related merge requests found
......@@ -13,12 +13,12 @@ spec:
valueFrom:
secretKeyRef:
key: AWS_ACCESS_KEY_ID
name: ${FQDN}-s3-ro
name: s3-ro
- name: RO_OBJECTSTORE_S3_SECRET
valueFrom:
secretKeyRef:
key: AWS_SECRET_ACCESS_KEY
name: ${FQDN}-s3-ro
name: s3-ro
- name: NEW_OBJECTSTORE_S3_KEY
valueFrom:
secretKeyRef:
......@@ -29,7 +29,7 @@ spec:
secretKeyRef:
key: AWS_SECRET_ACCESS_KEY
name: ${FQDN}-s3-new
image: libresh/nextcloud:${NC_IMAGE_TAG}
image: minio/mc
imagePullPolicy: IfNotPresent
name: sync-buckets
volumeMounts:
......
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