Commit Graph

9 Commits

Author SHA1 Message Date
argoyle 0605eb5447 fix(setup): use server-side apply for kustomization
Update kustomization apply commands to use server-side apply for 
better resource management and concurrency handling. This change 
ensures that all applied resources are updated in a more 
efficient manner and helps avoid conflicts in multi-node 
environments.
2025-08-03 13:14:57 +02:00
argoyle 81898ffe9c fix(setup): wait for specific cert-manager pods to be ready
Update the kubectl wait command to target specific pods in the 
cert-manager namespace using labels. This ensures that the setup 
process only proceeds once the necessary components (cert-manager, 
cainjector, and webhook) are ready, improving reliability and 
specificity in deployment readiness checks.
2025-06-29 14:13:43 +02:00
argoyle e62508cfbd refactor: move files to a kind-directory so Renovate will find them 2024-12-28 18:07:44 +01:00
argoyle 42bba204de chore: apply external secrets from helm chart 2024-09-12 20:12:38 +02:00
argoyle 289489d222 chore: add cert-manager and external secrets 2023-04-10 22:30:16 +02:00
argoyle 2f1c975837 chore: change rabbit image, add memory conf 2022-11-17 10:00:25 +01:00
argoyle fe69db90e4 fix: make sure script stops on error 2021-11-20 08:55:23 +01:00
argoyle 6593687946 chore: add more info to README and wait for all pods to be available 2021-10-01 17:50:01 +02:00
argoyle 2230cc9b98 feat: initial commit 2021-09-14 08:32:10 +02:00