mirror of
https://github.com/fluxcd/flux2.git
synced 2026-02-08 08:47:27 +00:00
The `create source chart` command supports all HelmChart.spec fields except `.valuesFiles` and `ignoreMissingValuesFiles` as these are assumingly rarely used fields and the CLI usually only supports commonly used ones. closes #4760 Co-authored-by: Stefan Prodan <stefan.prodan@gmail.com> Signed-off-by: Max Jonas Werner <mail@makk.es>
16 lines
304 B
YAML
16 lines
304 B
YAML
✚ generating HelmChart source
|
|
---
|
|
apiVersion: source.toolkit.fluxcd.io/v1
|
|
kind: HelmChart
|
|
metadata:
|
|
name: podinfo
|
|
namespace: {{ .fluxns }}
|
|
spec:
|
|
chart: podinfo
|
|
interval: 0s
|
|
reconcileStrategy: ChartVersion
|
|
sourceRef:
|
|
kind: HelmRepository
|
|
name: podinfo
|
|
verify:
|
|
provider: cosign
|