Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions charts/devlake/templates/secrets.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,6 @@ stringData:
{{- if (eq .Values.option.database "mysql") }}
MYSQL_PASSWORD: "{{ .Values.mysql.password }}"
MYSQL_ROOT_PASSWORD: "{{ .Values.mysql.rootPassword }}"
#{{- else if (eq .Values.option.database "pgsql")}}
# POSTGRES_PASSWORD: "{{ .Values.pgsql.password }}"
{{- end }}
{{- end }}

Expand Down
51 changes: 0 additions & 51 deletions charts/devlake/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -127,57 +127,6 @@ mysql:
loadBalancerIP: ""
extraLabels: {}

# pgsql:
# # if use external pgsql server, please set true
# # by default using false, chart will create a single pgsql instance
# useExternal: false

# # the external pgsql server address
# externalServer: 127.0.0.1

# # external pgsql port
# externalPort: 5432
# # the username for devlake database
# username: merico

# # the password for devlake database
# password: merico

# # the database for devlake
# database: lake

# # storage for pgsql
# storage:
# # the storage class for pv, leave empty will using default
# class: ""
# size: 5Gi

# # image for pgsql
# image:
# repository: postgres
# tag: 14.5
# pullPolicy: IfNotPresent

# # resources config for pgsql if have
# resources: {}

# # nodeSelector config for pgsql if have
# nodeSelector: {}

# # tolerations config for pgsql if have
# tolerations: []

# # affinity config for pgsql if have
# affinity: {}

# extraLabels: {}

# securityContext: {}

# containerSecurityContext: {}

# annotations: {}

# dependency chart values
grafana:
enabled: true
Expand Down
Loading