flux: order gitea/keycloak after vault and postgres

This commit is contained in:
Brad Stein 2026-04-05 01:16:26 -03:00
parent 168e390f20
commit a1cd9fe7a7
2 changed files with 6 additions and 0 deletions

View File

@ -13,4 +13,7 @@ spec:
kind: GitRepository
name: flux-system
namespace: flux-system
dependsOn:
- name: vault
- name: postgres
wait: true

View File

@ -12,4 +12,7 @@ spec:
name: flux-system
path: ./services/keycloak
targetNamespace: sso
dependsOn:
- name: vault
- name: postgres
timeout: 2m