We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a7f2e87 commit d0ca107Copy full SHA for d0ca107
docs/spec/v1beta1/gitrepositories.md
@@ -273,6 +273,21 @@ spec:
273
commit: 363a6a8fe6a7f13e05d34c163b0ef02a777da20a
274
```
275
276
+Checkout a specific commit:
277
+
278
+```yaml
279
+apiVersion: source.toolkit.fluxcd.io/v1beta1
280
+kind: GitRepository
281
+metadata:
282
+ name: podinfo
283
+ namespace: default
284
+spec:
285
+ interval: 1m
286
+ url: https://github.com/stefanprodan/podinfo
287
+ ref:
288
+ commit: 363a6a8fe6a7f13e05d34c163b0ef02a777da20a
289
+```
290
291
Pull a specific tag:
292
293
```yaml
0 commit comments