Fix prefixPath
This commit is contained in:
parent
4a3ce8d101
commit
1cb6adb821
@ -2,4 +2,4 @@ apiVersion: v2
|
||||
name: kubezero-app
|
||||
description: KubeZero ArgoCD Application - Root chart of the KubeZero
|
||||
type: application
|
||||
version: 0.1.1
|
||||
version: 0.1.2
|
||||
|
@ -10,7 +10,7 @@ spec:
|
||||
source:
|
||||
repoURL: {{ default .Values.defaultSource.repoURL }}
|
||||
targetRevision: {{ default .Values.defaultSource.targetRevision }}
|
||||
path: {{ default .Values.defaultSource.pathPrefix }}/artifacts/calico
|
||||
path: {{ default .Values.defaultSource.pathPrefix }}artifacts/calico
|
||||
|
||||
destination:
|
||||
server: {{ default .Values.defaultDestination.server }}
|
||||
|
@ -12,7 +12,7 @@ spec:
|
||||
source:
|
||||
repoURL: {{ default .Values.defaultSource.repoURL }}
|
||||
targetRevision: {{ default .Values.defaultSource.targetRevision }}
|
||||
path: {{ default .Values.defaultSource.pathPrefix }}/artifacts/local-volume-provisioner
|
||||
path: {{ default .Values.defaultSource.pathPrefix }}artifacts/local-volume-provisioner
|
||||
|
||||
destination:
|
||||
server: {{ default .Values.defaultDestination.server }}
|
||||
|
Loading…
Reference in New Issue
Block a user