Compare commits
1 Commits
taiga-0.1.
...
taiga-0.1.
Author | SHA1 | Date | |
---|---|---|---|
58f89640a8 |
@@ -1,6 +1,6 @@
|
|||||||
apiVersion: v2
|
apiVersion: v2
|
||||||
name: taiga
|
name: taiga
|
||||||
version: 0.1.11
|
version: 0.1.12
|
||||||
description: Chart for Taiga
|
description: Chart for Taiga
|
||||||
keywords:
|
keywords:
|
||||||
- kanban
|
- kanban
|
||||||
|
@@ -232,12 +232,12 @@ spec:
|
|||||||
{{ end }}
|
{{ end }}
|
||||||
|
|
||||||
- name: RABBITMQ_USER
|
- name: RABBITMQ_USER
|
||||||
value: "{{ index .Values "taiga-async-rabbitmq" "auth" "username" }}"
|
value: "{{ index .Values "async-rabbitmq" "auth" "username" }}"
|
||||||
- name: RABBITMQ_PASS
|
- name: RABBITMQ_PASS
|
||||||
valueFrom:
|
valueFrom:
|
||||||
secretKeyRef:
|
secretKeyRef:
|
||||||
name: {{ index .Values "taiga-async-rabbitmq" "auth" "existingPasswordSecret" }}
|
name: {{ index .Values "async-rabbitmq" "auth" "existingPasswordSecret" }}
|
||||||
key: {{ index .Values "taiga-async-rabbitmq" "auth" "existingSecretPasswordKey" }}
|
key: {{ index .Values "async-rabbitmq" "auth" "existingSecretPasswordKey" }}
|
||||||
|
|
||||||
{{ if .Values.ingress.enabled }}
|
{{ if .Values.ingress.enabled }}
|
||||||
- name: TAIGA_SITES_DOMAIN
|
- name: TAIGA_SITES_DOMAIN
|
||||||
@@ -456,12 +456,12 @@ spec:
|
|||||||
{{ end }}
|
{{ end }}
|
||||||
|
|
||||||
- name: RABBITMQ_USER
|
- name: RABBITMQ_USER
|
||||||
value: "{{ index .Values "taiga-async-rabbitmq" "auth" "username" }}"
|
value: "{{ index .Values "async-rabbitmq" "auth" "username" }}"
|
||||||
- name: RABBITMQ_PASS
|
- name: RABBITMQ_PASS
|
||||||
valueFrom:
|
valueFrom:
|
||||||
secretKeyRef:
|
secretKeyRef:
|
||||||
name: {{ index .Values "taiga-async-rabbitmq" "auth" "existingPasswordSecret" }}
|
name: {{ index .Values "async-rabbitmq" "auth" "existingPasswordSecret" }}
|
||||||
key: {{ index .Values "taiga-async-rabbitmq" "auth" "existingSecretPasswordKey" }}
|
key: {{ index .Values "async-rabbitmq" "auth" "existingSecretPasswordKey" }}
|
||||||
|
|
||||||
{{ if .Values.ingress.enabled }}
|
{{ if .Values.ingress.enabled }}
|
||||||
- name: TAIGA_SITES_DOMAIN
|
- name: TAIGA_SITES_DOMAIN
|
||||||
|
@@ -67,12 +67,12 @@ spec:
|
|||||||
name: "{{ .Values.secretKey.existingSecretName }}"
|
name: "{{ .Values.secretKey.existingSecretName }}"
|
||||||
key: "{{ .Values.secretKey.existingSecretKey }}"
|
key: "{{ .Values.secretKey.existingSecretKey }}"
|
||||||
- name: RABBITMQ_USER
|
- name: RABBITMQ_USER
|
||||||
value: "{{ index .Values "taiga-events-rabbitmq" "auth" "username" }}"
|
value: "{{ index .Values "events-rabbitmq" "auth" "username" }}"
|
||||||
- name: RABBITMQ_PASS
|
- name: RABBITMQ_PASS
|
||||||
valueFrom:
|
valueFrom:
|
||||||
secretKeyRef:
|
secretKeyRef:
|
||||||
name: {{ index .Values "taiga-events-rabbitmq" "auth" "existingPasswordSecret" }}
|
name: {{ index .Values "events-rabbitmq" "auth" "existingPasswordSecret" }}
|
||||||
key: {{ index .Values "taiga-events-rabbitmq" "auth" "existingSecretPasswordKey" }}
|
key: {{ index .Values "events-rabbitmq" "auth" "existingSecretPasswordKey" }}
|
||||||
- name: APP_PORT
|
- name: APP_PORT
|
||||||
value: "{{ .Values.events.service.app.port }}"
|
value: "{{ .Values.events.service.app.port }}"
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user