Created
November 6, 2021 18:54
-
-
Save shazadbrohi/7c14c80a9dc1d9a97d18f8311d90ba2d 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
apiVersion: source.toolkit.fluxcd.io/v1beta1 | |
kind: GitRepository | |
metadata: | |
name: app-repository | |
namespace: flux-system | |
spec: | |
interval: 10m | |
url: https://github.com/<my-organization>/<my-repo> | |
branch: master |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment