Commit 781cc3ef authored by jacklull's avatar jacklull

Change variable names

parent 73442e7c
......@@ -49,8 +49,8 @@ spec:
- -c
- |
ls /wiki/assets && rm -rf /wiki/assets/favicons/* && rm -rf /wiki/assets/favicon.ico && \
curl -k -L {{ .Values.customFavicons.192 }} -o /wiki/assets/favicons/android-chrome-192x192.png && \
curl -k -L {{ .Values.customFavicons.32 }} -o /wiki/assets/favicons/favicon-32x32.png && \
curl -k -L {{ .Values.customFavicons.x192 }} -o /wiki/assets/favicons/android-chrome-192x192.png && \
curl -k -L {{ .Values.customFavicons.x32 }} -o /wiki/assets/favicons/favicon-32x32.png && \
curl -k -L {{ .Values.customFavicons.favicon }} -o /wiki/assets/favicon.ico
securityContext:
{{- toYaml .Values.securityContext | nindent 12 }}
......
......@@ -67,8 +67,8 @@ service:
customFavicons:
enabled: false
192x192: https://s3.eterfund.ru/public/ximperlinuxFavicons/android-chrome-192x192.png
32x32: https://s3.eterfund.ru/public/ximperlnuxFavicons/favicon-32x32.png
x192: https://s3.eterfund.ru/public/ximperlinuxFavicons/android-chrome-192x192.png
x32: https://s3.eterfund.ru/public/ximperlnuxFavicons/favicon-32x32.png
favicon: https://s3.eterfund.ru/public/ximperlinuxFavicons/favicon.ico
ingress:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment