Created
March 19, 2023 13:42
-
-
Save chanwit/beabcad1f9d5e3fea03868e532f0154d to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- | |
# 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