15 lines
273 B
YAML
15 lines
273 B
YAML
---
|
|
apiVersion: source.toolkit.fluxcd.io/v1beta1
|
|
kind: GitRepository
|
|
metadata:
|
|
name: heimdall
|
|
namespace: flux-system
|
|
spec:
|
|
interval: 1m0s
|
|
ref:
|
|
branch: master
|
|
secretRef:
|
|
name: heimdall-k8s-auth
|
|
url: ssh://git@github.com/thejimnicholson/heimdall-k8s.git
|
|
|