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