Skip to content

Instantly share code, notes, and snippets.

@dwilliams782
Created February 24, 2023 12:07
Show Gist options
  • Save dwilliams782/7de67035cc05defe54628d8427955083 to your computer and use it in GitHub Desktop.
Save dwilliams782/7de67035cc05defe54628d8427955083 to your computer and use it in GitHub Desktop.
---
apiVersion: source.toolkit.fluxcd.io/v1beta1
kind: HelmRepository
metadata:
name: linkerd-stable
namespace: linkerd
spec:
interval: 60m
url: https://helm.linkerd.io/stable
---
apiVersion: source.toolkit.fluxcd.io/v1beta1
kind: HelmRepository
metadata:
name: linkerd-edge
namespace: linkerd
spec:
interval: 60m
url: https://helm.linkerd.io/edge
---
apiVersion: helm.toolkit.fluxcd.io/v2beta1
kind: HelmRelease
metadata:
name: linkerd-crds
namespace: linkerd
spec:
interval: 60m
releaseName: linkerd-crds
chart:
spec:
chart: linkerd-crds
version: 1.4.0
sourceRef:
kind: HelmRepository
name: linkerd-stable
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment