mirror of
https://github.com/fluxcd/flux2.git
synced 2026-04-30 07:08:51 +00:00
Implement OCIRepository commands
Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com>
This commit is contained in:
parent
12a491f538
commit
2d8db4f20d
14 changed files with 681 additions and 2 deletions
|
|
@ -68,6 +68,13 @@ var createKsCmd = &cobra.Command{
|
|||
--prune=true \
|
||||
--interval=5m
|
||||
|
||||
# Create a Kustomization resource that references an OCIRepository
|
||||
flux create kustomization podinfo \
|
||||
--source=OCIRepository/podinfo \
|
||||
--target-namespace=default \
|
||||
--prune=true \
|
||||
--interval=5m
|
||||
|
||||
# Create a Kustomization resource that references a Bucket
|
||||
flux create kustomization secrets \
|
||||
--source=Bucket/secrets \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue