fluxcd-flux2/cmd/flux/testdata/envsubst/file.yaml
Stefan Prodan 493c1fbdf9
Add flux envsubst command
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>
2024-04-08 17:54:38 +03:00

10 lines
229 B
YAML

apiVersion: source.toolkit.fluxcd.io/v1
kind: GitRepository
metadata:
name: ${REPO_NAME}
namespace: ${REPO_NAMESPACE:=flux-system}
spec:
ref:
branch: main
interval: 5m
url: ssh://git@github.com/example/${REPO_NAME}