flux(atlas): limit kustomization health checks
This commit is contained in:
parent
1a8c6857e7
commit
f55d3fd956
@ -14,5 +14,10 @@ spec:
|
|||||||
name: flux-system
|
name: flux-system
|
||||||
namespace: flux-system
|
namespace: flux-system
|
||||||
wait: true
|
wait: true
|
||||||
|
healthChecks:
|
||||||
|
- apiVersion: helm.toolkit.fluxcd.io/v2
|
||||||
|
kind: HelmRelease
|
||||||
|
name: harbor
|
||||||
|
namespace: harbor
|
||||||
dependsOn:
|
dependsOn:
|
||||||
- name: core
|
- name: core
|
||||||
|
|||||||
@ -16,3 +16,8 @@ spec:
|
|||||||
- name: helm
|
- name: helm
|
||||||
- name: traefik
|
- name: traefik
|
||||||
wait: true
|
wait: true
|
||||||
|
healthChecks:
|
||||||
|
- apiVersion: helm.toolkit.fluxcd.io/v2
|
||||||
|
kind: HelmRelease
|
||||||
|
name: jenkins
|
||||||
|
namespace: jenkins
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user