diff --git a/artifacts/teams/team-geordie/prod/templates/ho11y-app.yaml b/artifacts/teams/team-geordie/prod/templates/ho11y-app.yaml index b564497..30273e5 100644 --- a/artifacts/teams/team-geordie/prod/templates/ho11y-app.yaml +++ b/artifacts/teams/team-geordie/prod/templates/ho11y-app.yaml @@ -13,7 +13,7 @@ spec: source: repoURL: {{ .Values.spec.source.repoURL }} targetRevision: {{ .Values.spec.source.targetRevision }} - path: teams/team-geordie/prod/ho11y + path: artifacts/teams/team-geordie/prod/ho11y helm: values: | {{- toYaml .Values | nindent 8 }} diff --git a/artifacts/teams/team-geordie/prod/templates/yelb-app.yaml b/artifacts/teams/team-geordie/prod/templates/yelb-app.yaml index 114e50c..cdca58b 100644 --- a/artifacts/teams/team-geordie/prod/templates/yelb-app.yaml +++ b/artifacts/teams/team-geordie/prod/templates/yelb-app.yaml @@ -13,7 +13,7 @@ spec: source: repoURL: {{ .Values.spec.source.repoURL }} targetRevision: {{ .Values.spec.source.targetRevision }} - path: teams/team-geordie/prod/yelb + path: artifacts/teams/team-geordie/prod/yelb helm: values: | {{- toYaml .Values | nindent 8 }}