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 apiVersion: sourcer.fluxcd.io/v1alpha1
kind: GitRepository kind: GitRepository
metadata: metadata:
name: gitrepository-sample name: podinfo
spec: spec:
# Add fields here interval: 1m
foo: bar url: https://github.com/stefanprodan/podinfo
branch: master
tag: "3.2.2"

View File

@ -1,7 +1,8 @@
apiVersion: sourcer.fluxcd.io/v1alpha1 apiVersion: sourcer.fluxcd.io/v1alpha1
kind: HelmRepository kind: HelmRepository
metadata: metadata:
name: helmrepository-sample name: podinfo
spec: spec:
# Add fields here interval: 1m
foo: bar url: https://stefanprodan.github.io/podinfo