File tree Expand file tree Collapse file tree 4 files changed +27
-20
lines changed
Expand file tree Collapse file tree 4 files changed +27
-20
lines changed Original file line number Diff line number Diff line change 11apiVersion : v2
2- name : mariadb
2+ name : rabbitmq
33version : 1.0.0
4+
5+ dependencies :
6+ - name : infisical-secret
7+ version : 1.0.0
8+ repository : file://../../common/infisical-secret
Original file line number Diff line number Diff line change 1+ {{- if not (index .Values "infisical-secret" "enabled") }}
2+ apiVersion : v1
3+ kind : Secret
4+ metadata :
5+ name : {{ .Chart.Name }}
6+ type : Opaque
7+ stringData :
8+ ADMIN_PASSWORD : " banana"
9+ DEBEZIUM_PASSWORD : " banana"
10+ FAF_API_PASSWORD : " banana"
11+ FAF_ICEBREAKER_PASSWORD : " banana"
12+ LEAGUE_SERVICE_PASSWORD : " banana"
13+ PYTHON_SERVER_PASSWORD : " banana"
14+ {{- end}}
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1+ infisical-secret :
2+ name : rabbitmq
3+
4+ dependencies :
5+ - name : infisical-secret
6+ version : 1.0.0
7+ repository : file://../../common/infisical-secret
You can’t perform that action at this time.
0 commit comments