Merge pull request #442 from fluxcd/helm-upgrade-guide-typo

docs: fix typo
This commit is contained in:
Stefan Prodan 2020-11-11 09:08:36 +02:00 committed by GitHub
commit 06a3aa2c60
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -710,7 +710,7 @@ The custom resources for the Helm Controller would be:
--- ---
apiVersion: source.toolkit.fluxcd.io/v1beta1 apiVersion: source.toolkit.fluxcd.io/v1beta1
kind: HelmRepository kind: HelmRepository
metdata: metadata:
name: podinfo name: podinfo
namespace: default namespace: default
spec: spec:
@ -724,6 +724,7 @@ metadata:
namespace: default namespace: default
spec: spec:
interval: 5m interval: 5m
releaseName: default-podinfo
chart: chart:
spec: spec:
chart: podinfo chart: podinfo