Skip to content

Commit

Permalink
Merge pull request #539 from dark-vex/split-kustomization-apps
Browse files Browse the repository at this point in the history
chore(kubenuc): Moved zabbix, system-upgrade, sysdig-harbor
  • Loading branch information
dark-vex authored May 12, 2024
2 parents a7f0aa6 + 95efcf4 commit ff02bd4
Show file tree
Hide file tree
Showing 6 changed files with 32 additions and 3 deletions.
3 changes: 2 additions & 1 deletion clusters/kubenuc/apps/sysdig-agent/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ metadata:
name: sysdig-agent-secrets
namespace: flux-system
spec:
targetNamespace: sysdig-agent
interval: 15m
sourceRef:
kind: GitRepository
Expand All @@ -18,7 +19,7 @@ metadata:
name: sysdig-agent
namespace: flux-system
spec:
targetNamespace: cloudflare
targetNamespace: sysdig-agent
path: ./clusters/kubenuc/apps/sysdig-agent/manifests
prune: true
sourceRef:
Expand Down
16 changes: 15 additions & 1 deletion clusters/kubenuc/apps/sysdig-harbor-scanner/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,18 @@ 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: harbor-scanner
namespace: flux-system
spec:
interval: 15m
sourceRef:
kind: GitRepository
name: flux-system
path: ./clusters/kubenuc/apps/sysdig-agent/manifests
prune: true
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@ spec:
sourceRef:
kind: GitRepository
name: flux-system
path: ./apps/kubenuc/system-upgrade-controller/manifests
path: ./clusters/kubenuc/apps/system-upgrade-controller/manifests
prune: true
14 changes: 14 additions & 0 deletions clusters/kubenuc/apps/zabbix/deploy.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
---
apiVersion: kustomize.toolkit.fluxcd.io/v1
kind: Kustomization
metadata:
name: zabbix-proxy
namespace: flux-system
spec:
targetNamespace: zabbix
interval: 15m
sourceRef:
kind: GitRepository
name: flux-system
path: ./clusters/kubenuc/apps/zabbix/manifests
prune: true
File renamed without changes.

0 comments on commit ff02bd4

Please sign in to comment.