Skip to content

Commit

Permalink
flux
Browse files Browse the repository at this point in the history
  • Loading branch information
piny940 committed Oct 23, 2024
1 parent ad95dd3 commit a75e16a
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 0 deletions.
13 changes: 13 additions & 0 deletions kubernetes/_flux/production/kustomizations/auth.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
apiVersion: kustomize.toolkit.fluxcd.io/v1
kind: Kustomization
metadata:
name: auth
namespace: flux-system
spec:
interval: 3m
path: ./kubernetes/apps/auth/production
prune: true
sourceRef:
kind: GitRepository
name: flux-system
namespace: flux-system
13 changes: 13 additions & 0 deletions kubernetes/_flux/staging/kustomizations/auth.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
apiVersion: kustomize.toolkit.fluxcd.io/v1
kind: Kustomization
metadata:
name: auth
namespace: flux-system
spec:
interval: 3m
path: ./kubernetes/apps/auth/staging
prune: true
sourceRef:
kind: GitRepository
name: apps-git
namespace: flux-system

0 comments on commit a75e16a

Please sign in to comment.