Skip to content

Commit

Permalink
Merge pull request #17 from ch007m/fix-argocd-error
Browse files Browse the repository at this point in the history
Fix argo cd syntax error
  • Loading branch information
cmoulliard committed Feb 2, 2024
2 parents c3f47ca + 86b8c8a commit bcd74ae
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`
3 changes: 1 addition & 2 deletions manifest/argocd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit bcd74ae

Please sign in to comment.