Skip to content
Snippets Groups Projects

Add initial attempt at S3 geotiff reading

Merged David Hoese requested to merge feature-s3-geotiffs into master
Files
10
@@ -80,7 +80,12 @@ spec:
valueFrom:
configMapKeyRef:
name: "{{ .Values.imageSource.s3ConfigMap }}"
key: "{{ .Values.imageSource.s3EndpointHostKey }}:{{ .Values.imageSource.s3EndpointPortKey }}"
key: "{{ .Values.imageSource.s3EndpointHostKey }}"
- name: "AWS_S3_ENDPOINT_PORT"
valueFrom:
configMapKeyRef:
name: "{{ .Values.imageSource.s3ConfigMap }}"
key: "{{ .Values.imageSource.s3EndpointHostPortKey }}"
{{- else }}
- name: "AWS_S3_ENDPOINT"
value: "{{ .Values.imageSource.s3Endpoint }}"
Loading