Commit 623b1881 authored by jacklull's avatar jacklull

Change variable names

parent 4b5ecc95
...@@ -49,9 +49,9 @@ spec: ...@@ -49,9 +49,9 @@ spec:
- -c - -c
- | - |
ls /wiki/assets && rm -rf /wiki/assets/favicons/* && rm -rf /wiki/assets/favicon.ico && \ ls /wiki/assets && rm -rf /wiki/assets/favicons/* && rm -rf /wiki/assets/favicon.ico && \
curl -k -L {{ .Values.customFavicons.android-chrome-192x192.png }} -o /wiki/assets/favicons/android-chrome-192x192.png && \ curl -k -L {{ .Values.customFavicons.192x192 }} -o /wiki/assets/favicons/android-chrome-192x192.png && \
curl -k -L {{ .Values.customFavicons.favicom-32x32.png }} -o /wiki/assets/favicons/favicon-32x32.png && \ curl -k -L {{ .Values.customFavicons.32x32 }} -o /wiki/assets/favicons/favicon-32x32.png && \
curl -k -L {{ .Values.customFavicons.favicon.ico }} -o /wiki/assets/favicon.ico curl -k -L {{ .Values.customFavicons.favicon }} -o /wiki/assets/favicon.ico
securityContext: securityContext:
{{- toYaml .Values.securityContext | nindent 12 }} {{- toYaml .Values.securityContext | nindent 12 }}
image: "{{ .Values.image.repository }}:{{ default "latest" .Values.image.tag }}" image: "{{ .Values.image.repository }}:{{ default "latest" .Values.image.tag }}"
......
...@@ -67,9 +67,9 @@ service: ...@@ -67,9 +67,9 @@ service:
customFavicons: customFavicons:
enabled: false enabled: false
android-chrome-192x192.png: https://s3.eterfund.ru/public/ximperlinuxFavicons/android-chrome-192x192.png 192x192: https://s3.eterfund.ru/public/ximperlinuxFavicons/android-chrome-192x192.png
favicon-32x32.png: https://s3.eterfund.ru/public/ximperlnuxFavicons/favicon-32x32.png 32x32: https://s3.eterfund.ru/public/ximperlnuxFavicons/favicon-32x32.png
favicon.ico: https://s3.eterfund.ru/public/ximperlinuxFavicons/favicon.ico favicon: https://s3.eterfund.ru/public/ximperlinuxFavicons/favicon.ico
ingress: ingress:
enabled: true enabled: true
...@@ -158,7 +158,7 @@ postgresql: ...@@ -158,7 +158,7 @@ postgresql:
## Use the PostgreSQL chart dependency. ## Use the PostgreSQL chart dependency.
## Set to false if bringing your own PostgreSQL, and set secret value postgresql-uri. ## Set to false if bringing your own PostgreSQL, and set secret value postgresql-uri.
## ##
enabled: true enabled: false
## ssl enforce SSL communication with PostgresSQL ## ssl enforce SSL communication with PostgresSQL
## Default to false ## Default to false
## ##
......
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