We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f957244 commit 973d3baCopy full SHA for 973d3ba
1 file changed
argocd/boundaries/shop/osrm/application.yaml
@@ -5,7 +5,7 @@ metadata:
5
namespace: argocd
6
annotations:
7
notifications.argoproj.io/subscribe.on-sync-succeeded.slack: gitops
8
- argocd.argoproj.io/manifest-generate-paths: ./courier-emulation/ops/Helm/osrm
+ argocd.argoproj.io/manifest-generate-paths: ./osrm/ops/Helm/osrm
9
finalizers:
10
- resources-finalizer.argocd.argoproj.io
11
spec:
@@ -15,7 +15,7 @@ spec:
15
namespace: shortlink-shop
16
server: 'https://kubernetes.default.svc'
17
source:
18
- path: courier-emulation/ops/Helm/osrm
+ path: osrm/ops/Helm/osrm
19
repoURL: 'https://github.com/shortlink-org/shop'
20
targetRevision: HEAD
21
helm:
0 commit comments