Skip to content

Commit

Permalink
Adding needed files
Browse files Browse the repository at this point in the history
  • Loading branch information
Stackclash committed Jun 10, 2023
1 parent 4fdefbe commit ec9239f
Show file tree
Hide file tree
Showing 4 changed files with 23 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ metadata:
namespace: flux-system
annotations:
cert-manager.io/cluster-issuer: "letsencrypt-production"
external-dns.alpha.kubernetes.io/target: "ipv4.${DOMAIN}"
external-dns.alpha.kubernetes.io/target: "ingress.${DOMAIN}"
external-dns/is-public: "true"
spec:
ingressClassName: nginx
Expand Down
10 changes: 10 additions & 0 deletions cluster/flux/repositories/helm/bjw-s.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
---
apiVersion: source.toolkit.fluxcd.io/v1beta2
kind: HelmRepository
metadata:
name: bjw-s
namespace: flux-system
spec:
type: oci
interval: 5m
url: oci://ghcr.io/bjw-s/helm
2 changes: 2 additions & 0 deletions cluster/flux/repositories/helm/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
resources:
- bitnami-charts.yaml
- bjw-s.yaml
- dysnix-charts.yaml
- external-dns-charts.yaml
- hajimari-charts.yaml
Expand All @@ -16,3 +17,4 @@ resources:
- rickcoxdev-arm-charts.yaml
- stakater-charts.yaml
- velero-charts.yaml
- weave-gitops-charts.yaml
10 changes: 10 additions & 0 deletions cluster/flux/repositories/helm/weave-gitops-charts.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
---
apiVersion: source.toolkit.fluxcd.io/v1beta2
kind: HelmRepository
metadata:
name: weave-gitops
namespace: flux-system
spec:
type: oci
interval: 5m
url: oci://ghcr.io/weaveworks/charts

0 comments on commit ec9239f

Please sign in to comment.