diff --git a/config/konflux/openshift-pipelines-core.yaml b/config/konflux/openshift-pipelines-core.yaml index b1b53f71..7c15ddc1 100644 --- a/config/konflux/openshift-pipelines-core.yaml +++ b/config/konflux/openshift-pipelines-core.yaml @@ -17,3 +17,4 @@ resources: - tektoncd-results - tektoncd-triggers - tekton-assist + - secret-syncer diff --git a/config/konflux/repos/secret-syncer.yaml b/config/konflux/repos/secret-syncer.yaml new file mode 100644 index 00000000..f9cc39a9 --- /dev/null +++ b/config/konflux/repos/secret-syncer.yaml @@ -0,0 +1,11 @@ +name: secret-syncer +components: + - name: syncer +tekton: + watched-sources: '"***".pathChanged()' +branches: + # uncomment below line to get nightly builds + # - name: main + - name: next + versions: + - next