Add heimdall kustomization source

This commit is contained in:
Jim Nicholson 2022-02-17 23:40:35 -08:00
parent bd2269407b
commit ccd232212c
2 changed files with 15 additions and 0 deletions

View File

@ -0,0 +1 @@
flux create secret git heimdall-k8s-auth --url=ssh://git@github.com/thejimnicholson/heimdall-k8s.git --private-key-file=/home/jim/.ssh/id_rsa

View File

@ -0,0 +1,14 @@
---
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