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 64ecbf6 commit ffb5f39Copy full SHA for ffb5f39
samples/ocirepo_with_params.yaml
@@ -0,0 +1,27 @@
1
+apiVersion: source.toolkit.fluxcd.io/v1beta2
2
+kind: OCIRepository
3
+metadata:
4
+ name: podinfo
5
+ namespace: default
6
+spec:
7
+ interval: 5m0s
8
+ url: oci://ghcr.io/kcl-lang/podinfo
9
+ ref:
10
+ tag: latest
11
+---
12
+apiVersion: krm.kcl.dev.fluxcd/v1alpha1
13
+kind: KCLRun
14
15
+ name: kcl-deployment
16
+ namespace: source-system
17
18
+ sourceRef:
19
+ kind: OCIRepository
20
21
+ path: "."
22
+ config:
23
+ arguments:
24
+ image: "foo/bar"
25
+ vendor: true
26
+ sortKeys: true
27
+ showHidden: false
0 commit comments