mirror of
https://github.com/fluxcd/flux2.git
synced 2026-05-01 07:38:50 +00:00
Add oci:// prefix
Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com>
This commit is contained in:
parent
adc7981f22
commit
8049634e4d
13 changed files with 100 additions and 23 deletions
|
|
@ -29,7 +29,7 @@ func TestSourceOCI(t *testing.T) {
|
|||
goldenFile string
|
||||
}{
|
||||
{
|
||||
"create source oci thrfg --url=ghcr.io/stefanprodan/manifests/podinfo --tag=6.1.6 --interval 10m",
|
||||
"create source oci thrfg --url=oci://ghcr.io/stefanprodan/manifests/podinfo --tag=6.1.6 --interval 10m",
|
||||
"testdata/oci/create_source_oci.golden",
|
||||
},
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue