Add heimdall kustomization source
This commit is contained in:
parent
bd2269407b
commit
ccd232212c
1
applications/heimdall/README.md
Normal file
1
applications/heimdall/README.md
Normal 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
|
||||||
14
applications/heimdall/heimdall-source.yaml
Normal file
14
applications/heimdall/heimdall-source.yaml
Normal 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
|
||||||
|
|
||||||
Loading…
Reference in New Issue
Block a user