mirror of
https://github.com/fluxcd/flux2.git
synced 2026-02-07 16:27:27 +00:00
This command can be used to replicate the behavior of the Flux Kustomization post-build substitutions. Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com>
10 lines
194 B
Text
10 lines
194 B
Text
apiVersion: source.toolkit.fluxcd.io/v1
|
|
kind: GitRepository
|
|
metadata:
|
|
name: test
|
|
namespace: flux-system
|
|
spec:
|
|
ref:
|
|
branch: main
|
|
interval: 5m
|
|
url: ssh://git@github.com/example/test
|