From edbbe4ed1131a46c05717109bceb485a4dba927b Mon Sep 17 00:00:00 2001 From: arun-vc Date: Tue, 28 Jan 2020 15:39:41 +0100 Subject: [PATCH] templates fix --- apps/templates/application-crds.yaml | 2 +- apps/templates/application.yaml | 2 +- apps/templates/istio-crds.yaml | 2 +- apps/templates/istio-install.yaml | 2 +- apps/templates/istio.yaml | 2 +- apps/templates/jupyter-web-app.yaml | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/apps/templates/application-crds.yaml b/apps/templates/application-crds.yaml index cad8ebb..06c55d3 100644 --- a/apps/templates/application-crds.yaml +++ b/apps/templates/application-crds.yaml @@ -11,7 +11,7 @@ spec: server: {{ .Values.spec.destination.server }} project: default source: - path: volvo-kustomize/application-crds + path: volvo-kustomize/dev repoURL: {{ .Values.spec.source.repoURL }} targetRevision: {{ .Values.spec.source.targetRevision }} diff --git a/apps/templates/application.yaml b/apps/templates/application.yaml index 22b5b80..2099765 100644 --- a/apps/templates/application.yaml +++ b/apps/templates/application.yaml @@ -11,6 +11,6 @@ spec: server: {{ .Values.spec.destination.server }} project: default source: - path: volvo-kustomize/application + path: volvo-kustomize/dev repoURL: {{ .Values.spec.source.repoURL }} targetRevision: {{ .Values.spec.source.targetRevision }} diff --git a/apps/templates/istio-crds.yaml b/apps/templates/istio-crds.yaml index a55c3b1..8093b1b 100644 --- a/apps/templates/istio-crds.yaml +++ b/apps/templates/istio-crds.yaml @@ -11,7 +11,7 @@ spec: server: {{ .Values.spec.destination.server }} project: default source: - path: volvo-kustomize/istio-crds + path: volvo-kustomize/dev repoURL: {{ .Values.spec.source.repoURL }} targetRevision: {{ .Values.spec.source.targetRevision }} diff --git a/apps/templates/istio-install.yaml b/apps/templates/istio-install.yaml index 4ca6cc6..01d8f8a 100644 --- a/apps/templates/istio-install.yaml +++ b/apps/templates/istio-install.yaml @@ -11,7 +11,7 @@ spec: server: {{ .Values.spec.destination.server }} project: default source: - path: volvo-kustomize/istio-install + path: volvo-kustomize/dev repoURL: {{ .Values.spec.source.repoURL }} targetRevision: {{ .Values.spec.source.targetRevision }} diff --git a/apps/templates/istio.yaml b/apps/templates/istio.yaml index 53f2026..5fb1e2a 100644 --- a/apps/templates/istio.yaml +++ b/apps/templates/istio.yaml @@ -11,6 +11,6 @@ spec: server: {{ .Values.spec.destination.server }} project: default source: - path: volvo-kustomize/istio + path: volvo-kustomize/dev repoURL: {{ .Values.spec.source.repoURL }} targetRevision: {{ .Values.spec.source.targetRevision }} diff --git a/apps/templates/jupyter-web-app.yaml b/apps/templates/jupyter-web-app.yaml index 25e0b69..1a73da1 100644 --- a/apps/templates/jupyter-web-app.yaml +++ b/apps/templates/jupyter-web-app.yaml @@ -11,6 +11,6 @@ spec: server: {{ .Values.spec.destination.server }} project: default source: - path: volvo-kustomize/jupyter-web-app + path: volvo-kustomize/dev repoURL: {{ .Values.spec.source.repoURL }} targetRevision: {{ .Values.spec.source.targetRevision }}