mirror of
https://ghproxy.com/https://github.com/truecharts/charts.git
synced 2026-07-17 15:00:24 +08:00
fix(openldap): fix release.name issues when installing
This commit is contained in:
@@ -66,7 +66,7 @@ spec:
|
||||
{{- if $vct.storageClass }}
|
||||
storageClassName: {{ if (eq "-" $vct.storageClass) }}""{{- else if (eq "SCALE-ZFS" $vct.storageClass ) }}{{ ( printf "%v-%v" "ix-storage-class" $releaseName ) }}{{- else }}{{ $vct.storageClass | quote }}{{- end }}
|
||||
{{- else if $values.ixChartContext }}
|
||||
storageClassName: {{ printf "%v-%v" "ix-storage-class" .Release.Name }}
|
||||
storageClassName: {{ printf "%v-%v" "ix-storage-class" $releaseName }}
|
||||
{{- end }}
|
||||
{{- end }}
|
||||
{{- end }}
|
||||
|
||||
@@ -23,7 +23,7 @@ sources:
|
||||
- https://github.com/jp-gouin/helm-openldap
|
||||
- https://github.com/osixia/docker-openldap
|
||||
type: application
|
||||
version: 4.0.9
|
||||
version: 4.0.10
|
||||
annotations:
|
||||
truecharts.org/catagories: |
|
||||
- cloud
|
||||
|
||||
Reference in New Issue
Block a user