Add Git and Helm samples
This commit is contained in:
parent
de55b987e8
commit
9ad2be5b67
|
@ -1,7 +1,9 @@
|
|||
apiVersion: sourcer.fluxcd.io/v1alpha1
|
||||
kind: GitRepository
|
||||
metadata:
|
||||
name: gitrepository-sample
|
||||
name: podinfo
|
||||
spec:
|
||||
# Add fields here
|
||||
foo: bar
|
||||
interval: 1m
|
||||
url: https://github.com/stefanprodan/podinfo
|
||||
branch: master
|
||||
tag: "3.2.2"
|
||||
|
|
|
@ -1,7 +1,8 @@
|
|||
apiVersion: sourcer.fluxcd.io/v1alpha1
|
||||
kind: HelmRepository
|
||||
metadata:
|
||||
name: helmrepository-sample
|
||||
name: podinfo
|
||||
spec:
|
||||
# Add fields here
|
||||
foo: bar
|
||||
interval: 1m
|
||||
url: https://stefanprodan.github.io/podinfo
|
||||
|
||||
|
|
Loading…
Reference in New Issue