File tree Expand file tree Collapse file tree 2 files changed +5
-3
lines changed
Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 11apiVersion : argoproj.io/v1alpha1
22kind : Application
33metadata :
4- name : penpot
4+ name : penpot-sandbox
55 namespace : argocd
66 annotations :
77 argocd.argoproj.io/sync-wave : " 2"
Original file line number Diff line number Diff line change @@ -3,6 +3,7 @@ apiVersion: v1
33kind : PersistentVolume
44metadata :
55 name : penpot-data-assets
6+ namespace : penpot
67spec :
78 capacity :
89 storage : 20Gi
@@ -11,12 +12,13 @@ spec:
1112 persistentVolumeReclaimPolicy : Retain
1213 storageClassName : local-path
1314 hostPath :
14- path : /path/to/your/local/path/penpot- data- assets
15+ path : /opt/ data/ assets
1516---
1617apiVersion : v1
1718kind : PersistentVolume
1819metadata :
1920 name : penpot-data-exporter
21+ namespace : penpot
2022spec :
2123 capacity :
2224 storage : 20Gi
2527 persistentVolumeReclaimPolicy : Retain
2628 storageClassName : local-path
2729 hostPath :
28- path : /path/to/your/local/path/penpot- data- exporter
30+ path : /opt/ data/ exporter
You can’t perform that action at this time.
0 commit comments