Skip to content

Commit

Permalink
apps: cluster1: Fix karma.
Browse files Browse the repository at this point in the history
  • Loading branch information
wigust committed Jan 28, 2024
1 parent ca3bf2d commit b68540a
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
2 changes: 1 addition & 1 deletion apps/cluster1/karma/karma/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
namespace: karma
resources:
- ../../base/karma
- ../../../base/karma
- ingress.yaml
images:
- name: ghcr.io/prymitive/karma
Expand Down
13 changes: 13 additions & 0 deletions clusters/cluster1/flux-system/apps.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -245,3 +245,16 @@ spec:
sourceRef:
kind: GitRepository
name: flux-system
---
apiVersion: kustomize.toolkit.fluxcd.io/v1beta2
kind: Kustomization
metadata:
name: karma
namespace: flux-system
spec:
interval: 1m0s
path: ./apps/cluster1/karma
prune: true
sourceRef:
kind: GitRepository
name: flux-system

0 comments on commit b68540a

Please sign in to comment.