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 6a252da commit 908ce73Copy full SHA for 908ce73
README.md
@@ -60,12 +60,15 @@ jobs:
60
version: "${{ steps.version.outputs.version }}"
61
fork-repo-name: "mariadb-operator/community-operators"
62
upstream-repo-name: "k8s-operatorhub/community-operators"
63
- bundle-path-dir: "bundle"
64
- ci-path-file: "ci.yaml"
65
- user-name: "Foo Bar"
66
- user-email: "foobar@foobarcorp.com"
+ bundle-path-dir: "deploy/olm"
+ ci-path-file: "deploy/olm/ci.yaml"
+ user-name: "Martin Montes"
+ user-email: "martin11lrx@gmail.com"
67
```
68
69
+> [!NOTE]
70
+> The provided paths match the manifests available in the current repository.
71
+
72
### Example PRs
73
74
- https://github.com/redhat-openshift-ecosystem/certified-operators/pull/4154
0 commit comments