database:
# A secret including the following keys `type`,`host`,`port`,`user`,`password`,`database`
# type can be postgresql/mysql and so forth. Should be in the same namespace as you deploy the helm chart
secret_name: rundeck-database-secret
Should be
database:
# A secret including the following keys `type`,`jdbc`,`port`,`user`,`password`,`database`
# type can be postgresql/mysql and so forth. Should be in the same namespace as you deploy the helm chart
secret_name: rundeck-database-secret
The values are shown that host property is required for database-secret, but host doesn't exists, instead jdbc does.
Original values
Should be