Files
Andrei Kvapil f642698921 Preapare release v0.0.1
Signed-off-by: Andrei Kvapil <kvapss@gmail.com>
2024-02-08 12:04:32 +01:00

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: