Skip to content
Snippets Groups Projects
Verified Commit be1cf9cb authored by Maarten de Waard's avatar Maarten de Waard :angel:
Browse files

make sure infrastructure is only ready when helmreleases are ready

parent d73e9543
No related branches found
No related tags found
No related merge requests found
......@@ -12,3 +12,20 @@ spec:
path: ./flux2/infrastructure
prune: true
validation: client
healthChecks:
- apiVersion: helm.toolkit.fluxcd.io/v1beta1
kind: HelmRelease
name: cert-manager
namespace: cert-manager
- apiVersion: helm.toolkit.fluxcd.io/v1beta1
kind: HelmRelease
name: local-path-provisioner
namespace: kube-system
- apiVersion: helm.toolkit.fluxcd.io/v1beta1
kind: HelmRelease
name: nginx
namespace: oas
- apiVersion: helm.toolkit.fluxcd.io/v1beta1
kind: HelmRelease
name: oas-secrets
namespace: flux-system
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment