fix(apps): Add extras prefix to source path

This commit is contained in:
2026-06-30 20:56:32 +05:30
parent 89bc5533dc
commit 1b1c082a80
2 changed files with 5 additions and 1 deletions
+1 -1
View File
@@ -8,7 +8,7 @@ spec:
source: source:
repoURL: https://gitea.whyredfire.dev/whyredfire/gitops.git repoURL: https://gitea.whyredfire.dev/whyredfire/gitops.git
targetRevision: main targetRevision: main
path: add-ons/argocd-repos path: extras/add-ons/argocd-repos
destination: destination:
server: https://kubernetes.default.svc server: https://kubernetes.default.svc
namespace: argocd namespace: argocd
@@ -12,6 +12,10 @@ spec:
helm: helm:
values: | values: |
fullnameOverride: stirling-pdf fullnameOverride: stirling-pdf
deployment:
extraVolumeMounts:
- name: storage-volume
mountPath: /configs
- repoURL: https://gitea.whyredfire.dev/whyredfire/gitops.git - repoURL: https://gitea.whyredfire.dev/whyredfire/gitops.git
targetRevision: main targetRevision: main
path: extras/services/stirling-pdf path: extras/services/stirling-pdf