Skip to content

Instantly share code, notes, and snippets.

@chanwit
Created March 19, 2023 13:42
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save chanwit/beabcad1f9d5e3fea03868e532f0154d to your computer and use it in GitHub Desktop.
Save chanwit/beabcad1f9d5e3fea03868e532f0154d to your computer and use it in GitHub Desktop.
---
# This is equivalent to Helm Repo command
# $ helm repo add tf-controller https://weaveworks.github.io/tf-controller/
apiVersion: source.toolkit.fluxcd.io/v1beta1
kind: HelmRepository
metadata:
name: tf-controller
namespace: flux-system
spec:
interval: 1h0s
url: https://weaveworks.github.io/tf-controller/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment