Skip to content

Commit

Permalink
Git Submodule Update(s)
Browse files Browse the repository at this point in the history
  • Loading branch information
Segmentational committed May 23, 2024
1 parent f199787 commit aa5eb6a
Show file tree
Hide file tree
Showing 5 changed files with 50 additions and 0 deletions.
21 changes: 21 additions & 0 deletions applications/jaeger/helm-release.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
# How to manage values files. Ref: https://fluxcd.io/docs/guides/helmreleases/#refer-to-values-inside-the-chart
# How to inject values: https://fluxcd.io/docs/guides/helmreleases/#cloud-storage
---
apiVersion: helm.toolkit.fluxcd.io/v2
kind: HelmRelease
metadata:
name: jaegertracing
spec:
releaseName: jaegertracing
interval: 1m
chart:
spec:
chart: jaegertracing
sourceRef:
kind: HelmRepository
name: jaegertracing
namespace: flux-system
# Ref: https://fluxcd.io/docs/components/helm/api/#helm.toolkit.fluxcd.io/v2beta1.Install
install:
crds: Create
createNamespace: true
5 changes: 5 additions & 0 deletions applications/jaeger/kustomization.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
resources:
- repositories.yaml
- helm-release.yaml
9 changes: 9 additions & 0 deletions applications/jaeger/repositories.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
---
apiVersion: source.toolkit.fluxcd.io/v1beta2
kind: HelmRepository
metadata:
name: jaegertracing
namespace: flux-system
spec:
interval: 1m
url: https://jaegertracing.github.io/helm-charts
14 changes: 14 additions & 0 deletions clusters/local/jaeger.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
---
apiVersion: kustomize.toolkit.fluxcd.io/v1
kind: Kustomization
metadata:
name: jaeger
namespace: flux-system
spec:
interval: 1m
path: ./applications/jaeger
prune: true
sourceRef:
kind: GitRepository
name: flux-system
namespace: flux-system
1 change: 1 addition & 0 deletions clusters/local/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,4 @@ resources:
- crossplane.yaml
- istio.yaml
- kiali.yaml
- jaeger.yaml

0 comments on commit aa5eb6a

Please sign in to comment.