Skip to content

Commit

Permalink
change functions git reference to kyma-project's main branch
Browse files Browse the repository at this point in the history
  • Loading branch information
kwiatekus committed Oct 27, 2023
1 parent bb08f13 commit 73f9657
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions scale-to-zero-with-keda/k8s-resources/http-proxy-fn.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ spec:
replicas: 1
source:
gitRepository:
url: https://github.com/kwiatekus/examples.git
url: https://github.com/kyma-project/examples.git
baseDir: /scale-to-zero-with-keda/src/http-proxy-fn
reference: fix-scale-to-zero-example
reference: main
env:
- name: eventspecversion
value: "1.0"
Expand Down
4 changes: 2 additions & 2 deletions scale-to-zero-with-keda/k8s-resources/scalable-worker-fn.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ spec:
runtime: nodejs18
source:
gitRepository:
url: https://github.com/kwiatekus/examples.git
url: https://github.com/kyma-project/examples.git
baseDir: /scale-to-zero-with-keda/src/scalable-worker-fn
reference: fix-scale-to-zero-example
reference: main
---
apiVersion: eventing.kyma-project.io/v1alpha2
kind: Subscription
Expand Down

0 comments on commit 73f9657

Please sign in to comment.