fix(nextcloud) fix another typo
This commit is contained in:
parent
1f39cee445
commit
f984fc5c37
|
@ -37,7 +37,7 @@ sources:
|
||||||
- https://github.com/nextcloud/docker
|
- https://github.com/nextcloud/docker
|
||||||
- https://github.com/nextcloud/helm
|
- https://github.com/nextcloud/helm
|
||||||
type: application
|
type: application
|
||||||
version: 15.2.1
|
version: 15.2.2
|
||||||
annotations:
|
annotations:
|
||||||
truecharts.org/catagories: |
|
truecharts.org/catagories: |
|
||||||
- cloud
|
- cloud
|
||||||
|
|
|
@ -87,7 +87,7 @@ command:
|
||||||
{{- $accessurl = ( printf "https://%s" .host ) }}
|
{{- $accessurl = ( printf "https://%s" .host ) }}
|
||||||
{{- end }}
|
{{- end }}
|
||||||
{{- end }}
|
{{- end }}
|
||||||
until $(curl --output /dev/null --silent --head --fail $accessurl/push/test/cookie); do
|
until $(curl --output /dev/null --silent --head --fail {{ $accessurl }}/push/test/cookie); do
|
||||||
echo "High Performance Backend service not accessable ... waiting..."
|
echo "High Performance Backend service not accessable ... waiting..."
|
||||||
sleep 10
|
sleep 10
|
||||||
done
|
done
|
||||||
|
|
Loading…
Reference in New Issue