Add Git and Helm samples

This commit is contained in:
stefanprodan 2020-04-06 10:43:33 +03:00
parent de55b987e8
commit 9ad2be5b67
2 changed files with 9 additions and 6 deletions

View File

@ -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"

View File

@ -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