Files
flux2/cmd/flux/testdata/create_source_git/source-git-commit.yaml
Santosh Kaluskar 6afef04a88 Add support for create source git with --commit and --ref-name flags
Signed-off-by: Santosh Kaluskar <dtshbl@gmail.com>
2023-03-24 16:54:50 +05:30

12 lines
218 B
YAML

---
apiVersion: source.toolkit.fluxcd.io/v1beta2
kind: GitRepository
metadata:
name: podinfo
namespace: flux-system
spec:
interval: 1m0s
ref:
commit: c88a2f41
url: https://github.com/stefanprodan/podinfo