Fix prefixPath

This commit is contained in:
Stefan Reimer 2020-05-04 12:21:17 +01:00
parent e2da9e08f7
commit 355ba01d8a
3 changed files with 3 additions and 3 deletions

View File

@ -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

View File

@ -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 }}

View File

@ -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 }}