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
281 B
YAML
16 lines
281 B
YAML
---
|
|
apiVersion: v1
|
|
kind: Namespace
|
|
metadata:
|
|
name: {{ .fluxns }}
|
|
---
|
|
apiVersion: source.toolkit.fluxcd.io/v1
|
|
kind: HelmRepository
|
|
metadata:
|
|
name: podinfo
|
|
namespace: {{ .fluxns }}
|
|
spec:
|
|
interval: 1m0s
|
|
provider: generic
|
|
type: oci
|
|
url: oci://ghcr.io/stefanprodan/charts
|