Skip to content

Commit

Permalink
move everything else over from berries to code
Browse files Browse the repository at this point in the history
  • Loading branch information
AmrikSD committed Mar 6, 2024
1 parent 765fdc2 commit c19199f
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions infra/kubernetes/cluster-01/base/apps.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@ spec:
interval: 10m0s
dependsOn:
- name: core
path: ./cluster/apps
path: ./infra/kubernetes/cluster-01/apps
prune: true
sourceRef:
kind: GitRepository
name: flux-system
name: code
decryption:
provider: sops
secretRef:
Expand Down
4 changes: 2 additions & 2 deletions infra/kubernetes/cluster-01/base/core.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@ spec:
interval: 10m0s
dependsOn:
- name: crds
path: ./cluster/core
path: ./infra/kubernetes/cluster-01/core
prune: false
sourceRef:
kind: GitRepository
name: flux-system
name: code
decryption:
provider: sops
secretRef:
Expand Down
4 changes: 2 additions & 2 deletions infra/kubernetes/cluster-01/base/crds.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ metadata:
namespace: flux-system
spec:
interval: 10m0s
path: ./cluster/crds
path: ./infra/kubernetes/cluster-01/crds
prune: false
sourceRef:
kind: GitRepository
name: flux-system
name: code

0 comments on commit c19199f

Please sign in to comment.