mirror of
https://github.com/outbackdingo/cozystack.git
synced 2026-01-28 18:18:41 +00:00
23 lines
1.1 KiB
Diff
23 lines
1.1 KiB
Diff
diff --git a/packages/apps/observability/charts/oncall/templates/secrets.yaml b/packages/apps/observability/charts/oncall/templates/secrets.yaml
|
|
index 821592f..6f20a2f 100644
|
|
--- a/packages/apps/observability/charts/oncall/templates/secrets.yaml
|
|
+++ b/packages/apps/observability/charts/oncall/templates/secrets.yaml
|
|
@@ -31,7 +31,7 @@ data:
|
|
mariadb-root-password: {{ required "externalMysql.password is required if not mariadb.enabled and not externalMysql.existingSecret" .Values.externalMysql.password | b64enc | quote }}
|
|
---
|
|
{{- end }}
|
|
-{{- if and (not .Values.postgresql.enabled) (eq .Values.database.type "postgresql") (not .Values.externalPostgresql.existingSecret) }}
|
|
+{{- if false }}
|
|
apiVersion: v1
|
|
kind: Secret
|
|
metadata:
|
|
@@ -61,7 +61,7 @@ data:
|
|
rabbitmq-password: {{ required "externalRabbitmq.password is required if not rabbitmq.enabled and not externalRabbitmq.existingSecret" .Values.externalRabbitmq.password | b64enc | quote }}
|
|
---
|
|
{{- end }}
|
|
-{{- if and (eq .Values.broker.type "redis") (not .Values.redis.enabled) (not .Values.externalRedis.existingSecret) }}
|
|
+{{- if false }}
|
|
apiVersion: v1
|
|
kind: Secret
|
|
metadata:
|