Feat: Hydrate application environment variables from local vault (#3)

* Hydrate kubernetes secret w/ secrets from local vault

* Fix CI sourcing of env var file

* Compact and reduce output

* Make sure secret is defined before cronjob

* Create ghcr-login-secret from env variable injected from vault

* Import ghcr-login-secret namespace from NAMESPACE

* Export env variables for debugging

* Prepend export keyword to variables file

* Remove debug output
This commit is contained in:
2024-02-10 13:11:02 +01:00
parent c67f9b3079
commit a9957a43b8
4 changed files with 84 additions and 25 deletions

View File

@@ -1,3 +1,4 @@
---
apiVersion: batch/v1
kind: CronJob
metadata: