fix: flatten global in config and add MAS to readme
This commit is contained in:
parent
5869dcecae
commit
920d8529c8
3 changed files with 9 additions and 7 deletions
|
@ -54,6 +54,8 @@ Below you'll find an overview of the charts and an intro to get you started.
|
||||||
|
|
||||||
🚧 [[charts/vikunja][Vikunja]]: Todo app with web and dav support.
|
🚧 [[charts/vikunja][Vikunja]]: Todo app with web and dav support.
|
||||||
|
|
||||||
|
🚧 [[charts/matrix-authentication-service][Matrix Authentication Service]]: Matrix auth system implementing MSC3861
|
||||||
|
|
||||||
🚧 [[charts/maubot][Maubot]]: Matrix bot system.
|
🚧 [[charts/maubot][Maubot]]: Matrix bot system.
|
||||||
|
|
||||||
🚧 [[charts/nfty-sh][nfty.sh]]: Push notification server for clients and phones.
|
🚧 [[charts/nfty-sh][nfty.sh]]: Push notification server for clients and phones.
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
apiVersion: v2
|
apiVersion: v2
|
||||||
name: matrix-authentication-service
|
name: matrix-authentication-service
|
||||||
description: OAuth 2.0 and OpenID Provider for Matrix Homeservers (MSC3861)
|
description: OAuth 2.0 and OpenID Provider for Matrix Homeservers
|
||||||
icon: https://avatars.githubusercontent.com/u/8418310?s=48&v=4
|
icon: https://avatars.githubusercontent.com/u/8418310?s=48&v=4
|
||||||
type: application
|
type: application
|
||||||
version: 0.1.0
|
version: 0.1.0
|
||||||
|
|
|
@ -20,8 +20,8 @@ spec:
|
||||||
securityContext:
|
securityContext:
|
||||||
{{- toYaml .Values.securityContext | nindent 12 }}
|
{{- toYaml .Values.securityContext | nindent 12 }}
|
||||||
{{- with .Values.image }}
|
{{- with .Values.image }}
|
||||||
image: "{{ coalesce $.Values.global.image.registry .registry }}/{{ .repository }}:{{ .tag | default $.Chart.AppVersion }}"
|
image: "{{ coalesce $.Values.image.registry .registry }}/{{ .repository }}:{{ .tag | default $.Chart.AppVersion }}"
|
||||||
imagePullPolicy: {{ coalesce $.Values.global.image.pullPolicy .pullPolicy }}
|
imagePullPolicy: {{ coalesce $.Values.image.pullPolicy .pullPolicy }}
|
||||||
{{- end }}
|
{{- end }}
|
||||||
env:
|
env:
|
||||||
- name: "MAS_CONFIG"
|
- name: "MAS_CONFIG"
|
||||||
|
@ -41,8 +41,8 @@ spec:
|
||||||
securityContext:
|
securityContext:
|
||||||
{{- toYaml .Values.securityContext | nindent 12 }}
|
{{- toYaml .Values.securityContext | nindent 12 }}
|
||||||
{{- with .Values.image }}
|
{{- with .Values.image }}
|
||||||
image: "{{ coalesce $.Values.global.image.registry .registry }}/{{ .repository }}:{{ .tag | default $.Chart.AppVersion }}"
|
image: "{{ coalesce $.Values.image.registry .registry }}/{{ .repository }}:{{ .tag | default $.Chart.AppVersion }}"
|
||||||
imagePullPolicy: {{ coalesce $.Values.global.image.pullPolicy .pullPolicy }}
|
imagePullPolicy: {{ coalesce $.Values.image.pullPolicy .pullPolicy }}
|
||||||
{{- end }}
|
{{- end }}
|
||||||
env:
|
env:
|
||||||
- name: "MAS_CONFIG"
|
- name: "MAS_CONFIG"
|
||||||
|
@ -66,8 +66,8 @@ spec:
|
||||||
securityContext:
|
securityContext:
|
||||||
{{- toYaml .Values.securityContext | nindent 12 }}
|
{{- toYaml .Values.securityContext | nindent 12 }}
|
||||||
{{- with .Values.image }}
|
{{- with .Values.image }}
|
||||||
image: "{{ coalesce $.Values.global.image.registry .registry }}/{{ .repository }}:{{ .tag | default $.Chart.AppVersion }}"
|
image: "{{ coalesce $.Values.image.registry .registry }}/{{ .repository }}:{{ .tag | default $.Chart.AppVersion }}"
|
||||||
imagePullPolicy: {{ coalesce $.Values.global.image.pullPolicy .pullPolicy }}
|
imagePullPolicy: {{ coalesce $.Values.image.pullPolicy .pullPolicy }}
|
||||||
{{- end }}
|
{{- end }}
|
||||||
env:
|
env:
|
||||||
- name: "MAS_CONFIG"
|
- name: "MAS_CONFIG"
|
||||||
|
|
Loading…
Add table
Reference in a new issue