-
Notifications
You must be signed in to change notification settings - Fork 120
Open
Labels
bugSomething is broken or not working as expectedSomething is broken or not working as expectedtriagedThis issue has been reviewed and triagedThis issue has been reviewed and triaged
Description
Steps to reproduce
If a container has a connection to another resource, a PostgreSQL database for example, environment variables are automatically created for each property. For the PostgreSQL resource, these environment variables are created:
CONNECTION_POSTGRESQL_DATABASE
CONNECTION_POSTGRESQL_HOST
CONNECTION_POSTGRESQL_PASSWORD*
CONNECTION_POSTGRESQL_PORT
CONNECTION_POSTGRESQL_RECIPE
CONNECTION_POSTGRESQL_SIZE
CONNECTION_POSTGRESQL_USERNAME*
- Removed in [On hold] Refactored postgreSqlDatabases to handle secrets properly resource-types-contrib#78
All of the environment variables above are properties in the resource type definition except Recipe. Recipe is not developer-relevant and should be removed.
Observed behavior
No response
Desired behavior
CONNECTION_POSTGRESQL_RECIPE should not be an environment variable.
Workaround
No response
rad Version
0.53
Operating system
No response
Additional context
No response
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething is broken or not working as expectedSomething is broken or not working as expectedtriagedThis issue has been reviewed and triagedThis issue has been reviewed and triaged