fix(apps): Add extras prefix to source path

This commit is contained in:
2026-06-30 21:08:41 +05:30
parent 89bc5533dc
commit e3aea33835
2 changed files with 13 additions and 1 deletions
+1 -1
View File
@@ -8,7 +8,7 @@ spec:
source:
repoURL: https://gitea.whyredfire.dev/whyredfire/gitops.git
targetRevision: main
path: add-ons/argocd-repos
path: extras/add-ons/argocd-repos
destination:
server: https://kubernetes.default.svc
namespace: argocd
@@ -12,6 +12,18 @@ spec:
helm:
values: |
fullnameOverride: stirling-pdf
persistence:
enabled: true
size: 512Mi
deployment:
extraVolumeMounts:
- name: storage-volume
mountPath: /configs
probes:
liveness:
initialDelaySeconds: 90
readiness:
initialDelaySeconds: 60
- repoURL: https://gitea.whyredfire.dev/whyredfire/gitops.git
targetRevision: main
path: extras/services/stirling-pdf