Skip to content

Commit

Permalink
change health checks
Browse files Browse the repository at this point in the history
Signed-off-by: Austin Abro <[email protected]>
  • Loading branch information
AustinAbro321 committed Sep 19, 2024
1 parent d93eeda commit 0e0b7e6
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions examples/bb-generate/zarf.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -86,51 +86,51 @@ components:
- cmd: ./zarf tools kubectl patch helmrelease -n bigbang bigbang --type=merge -p '{"spec":{"suspend":true}}'
description: Suspend Big Bang HelmReleases to prevent reconciliation during removal.
healthChecks:
- apiVersion: v1
- apiVersion: helm.toolkit.fluxcd.io/v2
kind: HelmRelease
namespace: bigbang
name: grafana
- apiVersion: v1
- apiVersion: helm.toolkit.fluxcd.io/v2
kind: HelmRelease
namespace: bigbang
name: istio
- apiVersion: v1
- apiVersion: helm.toolkit.fluxcd.io/v2
kind: HelmRelease
namespace: bigbang
name: istio-operator
- apiVersion: v1
- apiVersion: helm.toolkit.fluxcd.io/v2
kind: HelmRelease
namespace: bigbang
name: kiali
- apiVersion: v1
- apiVersion: helm.toolkit.fluxcd.io/v2
kind: HelmRelease
namespace: bigbang
name: kyverno
- apiVersion: v1
- apiVersion: helm.toolkit.fluxcd.io/v2
kind: HelmRelease
namespace: bigbang
name: kyverno-policies
- apiVersion: v1
- apiVersion: helm.toolkit.fluxcd.io/v2
kind: HelmRelease
namespace: bigbang
name: kyverno-reporter
- apiVersion: v1
- apiVersion: helm.toolkit.fluxcd.io/v2
kind: HelmRelease
namespace: bigbang
name: loki
- apiVersion: v1
- apiVersion: helm.toolkit.fluxcd.io/v2
kind: HelmRelease
namespace: bigbang
name: monitoring
- apiVersion: v1
- apiVersion: helm.toolkit.fluxcd.io/v2
kind: HelmRelease
namespace: bigbang
name: neuvector
- apiVersion: v1
- apiVersion: helm.toolkit.fluxcd.io/v2
kind: HelmRelease
namespace: bigbang
name: promtail
- apiVersion: v1
- apiVersion: helm.toolkit.fluxcd.io/v2
kind: HelmRelease
namespace: bigbang
name: tempo
Expand Down

0 comments on commit 0e0b7e6

Please sign in to comment.