Skip to content

Commit

Permalink
Fix minio name override
Browse files Browse the repository at this point in the history
  • Loading branch information
chris-sanders committed Jul 16, 2023
1 parent 19403bd commit 4eb6bfe
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.4
version: 0.0.5
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 @@ -35,7 +35,7 @@ apps:
{{- if .Values.minio.enabled }}
{{- $url := "initialized" }}
{{- if .Values.minio.fullnameOverride }}
{{- $url = print .Values.redis.fullnameOverride }}
{{- $url = print .Values.minio.fullnameOverride }}
{{- else }}
{{- $url = print .Release.Name "-minio" }}
{{- end }}
Expand Down

0 comments on commit 4eb6bfe

Please sign in to comment.