Skip to content

Provide ConfigMap mounting support for external database configuration #223

@diktamxx

Description

@diktamxx

Describe the feature request

Provide ConfigMap mounting support for external database configuration

Background

It has been discovered that configuration can only be mounted via "secret". But in fact, DATABASE_HOST and DATABASE_PORT do not fall under the category of secrets.

databaseSecrets:
  - name: DATABASE_HOST
    valueFrom:
      secretKeyRef: ⚠️ Support configMapKeyRef
        name: pgsql-host
        key: domain
  - name: DATABASE_PORT
    valueFrom:
      secretKeyRef: ⚠️ Support configMapKeyRef
        name: pgsql-host
        key: port

Solution suggestions

No response

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Type

No type

Projects

Status

Todo

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions