Skip to content

Commit

Permalink
feat: rename flux template to alerts (#8645)
Browse files Browse the repository at this point in the history
  • Loading branch information
onedr0p authored Jan 12, 2025
1 parent 01242ac commit 8d48a04
Show file tree
Hide file tree
Showing 17 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion kubernetes/apps/actions-runner-system/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ kind: Kustomization
resources:
# Pre Flux-Kustomizations
- ./namespace.yaml
- ../../templates/flux
- ../../templates/alerts
# Flux-Kustomizations
- ./gha-runner-scale-set-controller/ks.yaml
- ./gha-runner-scale-set/ks.yaml
Expand Down
2 changes: 1 addition & 1 deletion kubernetes/apps/cert-manager/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ kind: Kustomization
resources:
# Pre Flux-Kustomizations
- ./namespace.yaml
- ../../templates/flux
- ../../templates/alerts
# Flux-Kustomizations
- ./cert-manager/ks.yaml
transformers:
Expand Down
2 changes: 1 addition & 1 deletion kubernetes/apps/default/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ kind: Kustomization
resources:
# Pre Flux-Kustomizations
- ./namespace.yaml
- ../../templates/flux
- ../../templates/alerts
# Flux-Kustomizations
- ./atuin/ks.yaml
- ./autobrr/ks.yaml
Expand Down
2 changes: 1 addition & 1 deletion kubernetes/apps/external-secrets/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ kind: Kustomization
resources:
# Pre Flux-Kustomizations
- ./namespace.yaml
- ../../templates/flux
- ../../templates/alerts
# Flux-Kustomizations
- ./external-secrets/ks.yaml
- ./onepassword-connect/ks.yaml
Expand Down
2 changes: 1 addition & 1 deletion kubernetes/apps/flux-system/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ kind: Kustomization
resources:
# Pre Flux-Kustomizations
- ./namespace.yaml
- ../../templates/flux
- ../../templates/alerts
# Flux-Kustomizations
- ./flux-operator/ks.yaml
transformers:
Expand Down
2 changes: 1 addition & 1 deletion kubernetes/apps/kube-system/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ kind: Kustomization
resources:
# Pre Flux-Kustomizations
- ./namespace.yaml
- ../../templates/flux
- ../../templates/alerts
# Flux-Kustomizations
- ./cilium/ks.yaml
- ./coredns/ks.yaml
Expand Down
2 changes: 1 addition & 1 deletion kubernetes/apps/kyverno/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ kind: Kustomization
resources:
# Pre Flux-Kustomizations
- ./namespace.yaml
- ../../templates/flux
- ../../templates/alerts
# Flux-Kustomizations
- ./kyverno/ks.yaml
transformers:
Expand Down
2 changes: 1 addition & 1 deletion kubernetes/apps/network/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ kind: Kustomization
resources:
# Pre Flux-Kustomizations
- ./namespace.yaml
- ../../templates/flux
- ../../templates/alerts
# Flux-Kustomizations
- ./cloudflare-ddns/ks.yaml
- ./cloudflared/ks.yaml
Expand Down
2 changes: 1 addition & 1 deletion kubernetes/apps/observability/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ kind: Kustomization
resources:
# Pre Flux-Kustomizations
- ./namespace.yaml
- ../../templates/flux
- ../../templates/alerts
# Flux-Kustomizations
- ./blackbox-exporter/ks.yaml
# - ./cupdate/ks.yaml
Expand Down
2 changes: 1 addition & 1 deletion kubernetes/apps/openebs-system/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ kind: Kustomization
resources:
# Pre Flux-Kustomizations
- ./namespace.yaml
- ../../templates/flux
- ../../templates/alerts
# Flux-Kustomizations
- ./openebs/ks.yaml
transformers:
Expand Down
2 changes: 1 addition & 1 deletion kubernetes/apps/rook-ceph/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ kind: Kustomization
resources:
# Pre Flux-Kustomizations
- ./namespace.yaml
- ../../templates/flux
- ../../templates/alerts
# Flux-Kustomizations
- ./rook-ceph/ks.yaml
transformers:
Expand Down
2 changes: 1 addition & 1 deletion kubernetes/apps/volsync-system/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ kind: Kustomization
resources:
# Pre Flux-Kustomizations
- ./namespace.yaml
- ../../templates/flux
- ../../templates/alerts
# Flux-Kustomizations
- ./snapshot-controller/ks.yaml
- ./volsync/ks.yaml
Expand Down
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion kubernetes/templates/volsync/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
resources:
- ./claim.yaml
- ./nfs.yaml
- ./pvc.yaml
- ./r2.yaml
File renamed without changes.

0 comments on commit 8d48a04

Please sign in to comment.