piano-sheet: ns cube-piano-sheet → cube-piano

ns 跟 app 名解耦,workflow 加 NS env 不再 cube-$APP 拼。
This commit is contained in:
Fam Zheng
2026-05-05 10:03:38 +01:00
parent 09c3236b5b
commit 538bbb7ecd
6 changed files with 10 additions and 9 deletions
+1 -1
View File
@@ -2,7 +2,7 @@ apiVersion: v1
kind: PersistentVolumeClaim
metadata:
name: piano-sheet-data
namespace: cube-piano-sheet
namespace: cube-piano
spec:
accessModes:
- ReadWriteOnce