Skip to content

Commit 31388f0

Browse files
committed
changed path and argocd app name
1 parent 6b68f00 commit 31388f0

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

apps/penpot/penpot.argoapp.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
apiVersion: argoproj.io/v1alpha1
22
kind: Application
33
metadata:
4-
name: penpot
4+
name: penpot-sandbox
55
namespace: argocd
66
annotations:
77
argocd.argoproj.io/sync-wave: "2"

apps/penpot/prod/pv.yaml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ apiVersion: v1
33
kind: PersistentVolume
44
metadata:
55
name: penpot-data-assets
6+
namespace: penpot
67
spec:
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
---
1617
apiVersion: v1
1718
kind: PersistentVolume
1819
metadata:
1920
name: penpot-data-exporter
21+
namespace: penpot
2022
spec:
2123
capacity:
2224
storage: 20Gi
@@ -25,4 +27,4 @@ spec:
2527
persistentVolumeReclaimPolicy: Retain
2628
storageClassName: local-path
2729
hostPath:
28-
path: /path/to/your/local/path/penpot-data-exporter
30+
path: /opt/data/exporter

0 commit comments

Comments
 (0)