Skip to content
Snippets Groups Projects
Verified Commit f69779ad authored by David Hoese's avatar David Hoese
Browse files

Fix typo in s3EndpointPortKey usage

parent 1287cfc2
No related branches found
No related tags found
No related merge requests found
Pipeline #40497 passed with stages
in 2 minutes and 8 seconds
......@@ -26,7 +26,7 @@ spec:
persistentVolumeClaim:
claimName: "{{ .Values.imageSource.existingClaim }}"
{{- else }}
# TODO: For testing only (should require s3 source)
# For testing
- name: src
emptyDir: {}
{{- end }}
......@@ -85,7 +85,7 @@ spec:
valueFrom:
configMapKeyRef:
name: "{{ .Values.imageSource.s3ConfigMap }}"
key: "{{ .Values.imageSource.s3EndpointHostPortKey }}"
key: "{{ .Values.imageSource.s3EndpointPortKey }}"
{{- else }}
- name: "AWS_S3_ENDPOINT"
value: "{{ .Values.imageSource.s3Endpoint }}"
......
......@@ -32,8 +32,6 @@ imageSource:
# -- PVC where input geotiffs are stored
existingClaim: ""
tileSource:
# not implemented:
s3Endpoint: ""
existingClaim: ""
imagePullSecrets: []
......
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