fix: fix typo in dapr app

This commit is contained in:
2025-06-21 08:15:37 +02:00
parent 301f7f0c75
commit e594a2c470
+2 -2
View File
@@ -13,11 +13,11 @@ spec:
namespace: dapr-system namespace: dapr-system
server: 'https://kubernetes.default.svc' server: 'https://kubernetes.default.svc'
sources: sources:
- repoURL: https://dapr.github.io/helm-charts/ - repoURL: https://dapr.github.io/helm-charts
targetRevision: 1.14.4 targetRevision: 1.14.4
chart: dapr chart: dapr
helm: helm:
valuesFiles: valueFiles:
- $values/values/dapr/values/dapr.yaml - $values/values/dapr/values/dapr.yaml
- repoURL: {{ .Values.clusterConfig.manifests }} - repoURL: {{ .Values.clusterConfig.manifests }}
targetRevision: main targetRevision: main