From 86b8c8a09bdbf1adf2d1cf6606341ea97f731d76 Mon Sep 17 00:00:00 2001 From: cmoulliard Date: Fri, 2 Feb 2024 15:56:12 +0100 Subject: [PATCH] Fix argo cd syntax error Signed-off-by: cmoulliard --- README.md | 3 +++ manifest/argocd.yaml | 3 +-- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 453811e..5b85148 100644 --- a/README.md +++ b/README.md @@ -108,4 +108,7 @@ Deploy backstage on the platform using this ArgoCD Application CR: ```bash kubectl apply -f manifest/argocd.yaml ``` + +**NOTE**: This project builds (with the help iof a GitHub workflow) the backstage container image for openshift and pushes it on `quay.io/ch007m/backstage-qshift-ocp` + Verify if backstage is alive using the URL: `https://backstage.apps.qshift.snowdrop.dev` \ No newline at end of file diff --git a/manifest/argocd.yaml b/manifest/argocd.yaml index 3c477bb..f53bbcd 100644 --- a/manifest/argocd.yaml +++ b/manifest/argocd.yaml @@ -14,14 +14,13 @@ spec: path: manifest/backstage - # Helm values to be used to deploy backstage repoURL: 'https://github.com/q-shift/backstage-playground' - path: manifest/helm ref: helm-values - chart: backstage repoURL: https://backstage.github.io/charts targetRevision: 1.8.2 helm: valueFiles: - - $helm-values/values.yaml + - $helm-values/manifest/helm/values.yaml syncPolicy: automated: prune: true