Skip to content
This repository has been archived by the owner on Apr 17, 2024. It is now read-only.

feat: add knative serving and functions #14

Merged
merged 14 commits into from
Dec 20, 2023
Prev Previous commit
Next Next commit
feat: use default namespace
Signed-off-by: Zuhair AlSader <zuhair@koor.tech>
  • Loading branch information
zalsader committed Dec 15, 2023
commit 7d0f3c0f6c57a05c476cbbba7a22d593d0763424
4 changes: 0 additions & 4 deletions knative/deploy/namespace.yaml

This file was deleted.

1 change: 0 additions & 1 deletion knative/deploy/pvc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ apiVersion: v1
kind: PersistentVolumeClaim
metadata:
name: knative-pc-cephfs
namespace: filebuffer
spec:
accessModes:
- ReadWriteMany
Expand Down