Skip to content

Instantly share code, notes, and snippets.

@dmyerscough
Last active April 21, 2022 04:39
Show Gist options
  • Save dmyerscough/d82bde66910cf7690f41ac90e3f187c7 to your computer and use it in GitHub Desktop.
Save dmyerscough/d82bde66910cf7690f41ac90e3f187c7 to your computer and use it in GitHub Desktop.
Create a GitRepository to sync
apiVersion: source.toolkit.fluxcd.io/v1beta2
kind: GitRepository
metadata:
name: angi-helloworld
namespace: angi
spec:
interval: 5m
url: https://github.com/dmyerscough/angi-helloworld
ref:
branch: main
ignore: |-
# exclude all
/*
# include charts directory
!/charts/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment