Skip to content

Commit

Permalink
Merge pull request #538 from dark-vex/split-kustomization-apps
Browse files Browse the repository at this point in the history
chore(kubenuc): Migrate sso and sendgrid
  • Loading branch information
dark-vex authored May 12, 2024
2 parents ad6b758 + 1efa537 commit a7f0aa6
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 2 deletions.
3 changes: 2 additions & 1 deletion clusters/kubenuc/apps/sendgrid/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,10 @@ metadata:
name: sendgrid-exporter
namespace: flux-system
spec:
targetNamespace: sendgrid-exporter
interval: 15m
sourceRef:
kind: GitRepository
name: flux-system
path: ./apps/kubenuc/sendgrid/manifests
path: ./clusters/kubenuc/apps/sendgrid/manifests
prune: true
File renamed without changes.
18 changes: 17 additions & 1 deletion clusters/kubenuc/apps/sso/secrets.yaml
Original file line number Diff line number Diff line change
@@ -1,12 +1,28 @@
---
apiVersion: kustomize.toolkit.fluxcd.io/v1
kind: Kustomization
metadata:
name: sso-secrets
namespace: flux-system
spec:
targetNamespace: sso
interval: 15m
sourceRef:
kind: GitRepository
name: flux-system
path: ./apps/kubenuc/sso/secrets
path: ./clusters/kubenuc/apps/sso/secrets
prune: true
---
apiVersion: kustomize.toolkit.fluxcd.io/v1
kind: Kustomization
metadata:
name: sso
namespace: flux-system
spec:
targetNamespace: sso
path: ./clusters/kubenuc/apps/sso/manifests
prune: true
sourceRef:
kind: GitRepository
name: flux-system
interval: 15m

0 comments on commit a7f0aa6

Please sign in to comment.