Compare commits
2 Commits
taiga-0.1.
...
taiga-0.1.
Author | SHA1 | Date | |
---|---|---|---|
7bd8a4525a | |||
a860789056 |
@@ -1,6 +1,6 @@
|
|||||||
apiVersion: v2
|
apiVersion: v2
|
||||||
name: taiga
|
name: taiga
|
||||||
version: 0.1.12
|
version: 0.1.14
|
||||||
description: Chart for Taiga
|
description: Chart for Taiga
|
||||||
keywords:
|
keywords:
|
||||||
- kanban
|
- kanban
|
||||||
|
@@ -72,6 +72,8 @@ spec:
|
|||||||
value: "false"
|
value: "false"
|
||||||
- name: ENABLE_GITLAB_AUTH
|
- name: ENABLE_GITLAB_AUTH
|
||||||
value: "false"
|
value: "false"
|
||||||
|
- name: ENABLE_OIDC
|
||||||
|
value: "{{ .Values.oidc.enabled }}"
|
||||||
- name: ENABLE_SLACK
|
- name: ENABLE_SLACK
|
||||||
value: "{{ .Values.enableSlack }}"
|
value: "{{ .Values.enableSlack }}"
|
||||||
- name: ENABLE_GITHUB_IMPORTER
|
- name: ENABLE_GITHUB_IMPORTER
|
||||||
|
@@ -40,7 +40,7 @@ spec:
|
|||||||
name: "{{ template "taiga.fullname" . }}-back"
|
name: "{{ template "taiga.fullname" . }}-back"
|
||||||
port:
|
port:
|
||||||
name: taiga-back
|
name: taiga-back
|
||||||
pathType: ImplementationSpecific
|
pathType: ImplementationSpecific
|
||||||
- path: /admin
|
- path: /admin
|
||||||
backend:
|
backend:
|
||||||
service:
|
service:
|
||||||
@@ -48,6 +48,15 @@ spec:
|
|||||||
port:
|
port:
|
||||||
name: taiga-back
|
name: taiga-back
|
||||||
pathType: ImplementationSpecific
|
pathType: ImplementationSpecific
|
||||||
|
{{ if .Values.oidc.enabled }}
|
||||||
|
- path: /oidc
|
||||||
|
backend:
|
||||||
|
service:
|
||||||
|
name: "{{ template "taiga.fullname" . }}-back"
|
||||||
|
port:
|
||||||
|
name: taiga-back
|
||||||
|
pathType: ImplementationSpecific
|
||||||
|
{{- end }}
|
||||||
- path: /events
|
- path: /events
|
||||||
backend:
|
backend:
|
||||||
service:
|
service:
|
||||||
|
Reference in New Issue
Block a user