Skip to content

Commit

Permalink
Fix URL env
Browse files Browse the repository at this point in the history
  • Loading branch information
chris-sanders committed Jul 16, 2023
1 parent 9ade95e commit a69b075
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion charts/outline/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: v2
appVersion: 1
name: outline
version: 0.0.8
version: 0.0.9
description: outline wiki
dependencies:
- name: replicated-library
Expand Down
2 changes: 1 addition & 1 deletion charts/outline/templates/replicated-library.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ apps:
{{- else }}
{{- $url = print .Release.Name "-minio" }}
{{- end }}
AWS_S3_BUCKET_URL_URL: http://{{ $url }}:9000
AWS_S3_BUCKET_URL: http://{{ $url }}:9000
AWS_REGION: {{ default "us-east-2" .Values.outline.s3.region }}
AWS_S3_FORCE_PATH_STYLE: {{ default true .Values.outline.s3.forcePathStyle }}
AWS_S3_UPLOAD_BUCKET_NAME: {{ default "outline-bucket" .Values.outline.s3.bucketName }}
Expand Down

0 comments on commit a69b075

Please sign in to comment.