Skip to content

Commit

Permalink
Merge pull request #536 from dark-vex/split-kustomization-apps
Browse files Browse the repository at this point in the history
Move Sysdig suite, cloudflare and net-mon
  • Loading branch information
dark-vex authored May 12, 2024
2 parents 4c18b21 + 7462045 commit e032337
Show file tree
Hide file tree
Showing 6 changed files with 32 additions and 2 deletions.
15 changes: 15 additions & 0 deletions clusters/kubenuc/apps/cloudflare/deploy.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
---
# yaml-language-server: $schema=https://kubernetes-schemas.pages.dev/kustomize.toolkit.fluxcd.io/kustomization_v1.json
apiVersion: kustomize.toolkit.fluxcd.io/v1
kind: Kustomization
metadata:
name: cloudflared
namespace: flux-system
spec:
targetNamespace: cloudflare
path: ./clusters/kubenuc/apps/cloudflare/manifests
prune: true
sourceRef:
kind: GitRepository
name: flux-system
interval: 15m
2 changes: 1 addition & 1 deletion clusters/kubenuc/apps/net-mon/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@ spec:
sourceRef:
kind: GitRepository
name: flux-system
path: ./apps/kubenuc/net-mon/manifests
path: ./clusters/kubenuc/apps/net-mon/manifests
prune: true
17 changes: 16 additions & 1 deletion clusters/kubenuc/apps/sysdig-agent/secrets.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
---
apiVersion: kustomize.toolkit.fluxcd.io/v1
kind: Kustomization
metadata:
Expand All @@ -8,5 +9,19 @@ spec:
sourceRef:
kind: GitRepository
name: flux-system
path: ./apps/kubenuc/sysdig-agent/secrets
path: ./clusters/kubenuc/apps/sysdig-agent/secrets
prune: true
---
apiVersion: kustomize.toolkit.fluxcd.io/v1
kind: Kustomization
metadata:
name: sysdig-agent
namespace: flux-system
spec:
targetNamespace: cloudflare
path: ./clusters/kubenuc/apps/sysdig-agent/manifests
prune: true
sourceRef:
kind: GitRepository
name: flux-system
interval: 15m

0 comments on commit e032337

Please sign in to comment.