airyhq / airy

💬 Open Source App Framework to build streaming apps with real-time data - 💎 Build real-time data pipelines and make real-time data universally accessible - 🤖 Join historical and real-time data in the stream to create smarter ML and AI applications. - ⚡ Standardize complex data ingestion and stream data to apps with pre-built connectors
https://airy.co/docs/core
Apache License 2.0
369 stars 44 forks source link

Review sed replacements #336

Closed ljupcovangelski closed 3 years ago

ljupcovangelski commented 3 years ago

We need to review how we inject variables into our configmaps and secrets in the provisioning process and standardize it.

Particularly for these two sed replacements: https://github.com/airyhq/airy/blob/develop/infrastructure/scripts/provision/core.sh#L16 https://github.com/airyhq/airy/blob/develop/infrastructure/scripts/provision/core.sh#L20

pascal-holy commented 3 years ago

Fixed by #404