diff --git a/clusters/atlas/flux-system/applications/gitea/kustomization.yaml b/clusters/atlas/flux-system/applications/gitea/kustomization.yaml index 6192053d..dbf71797 100644 --- a/clusters/atlas/flux-system/applications/gitea/kustomization.yaml +++ b/clusters/atlas/flux-system/applications/gitea/kustomization.yaml @@ -13,4 +13,7 @@ spec: kind: GitRepository name: flux-system namespace: flux-system + dependsOn: + - name: vault + - name: postgres wait: true diff --git a/clusters/atlas/flux-system/applications/keycloak/kustomization.yaml b/clusters/atlas/flux-system/applications/keycloak/kustomization.yaml index 4634b5c9..4c3a0bc8 100644 --- a/clusters/atlas/flux-system/applications/keycloak/kustomization.yaml +++ b/clusters/atlas/flux-system/applications/keycloak/kustomization.yaml @@ -12,4 +12,7 @@ spec: name: flux-system path: ./services/keycloak targetNamespace: sso + dependsOn: + - name: vault + - name: postgres timeout: 2m