Skip to content

Commit

Permalink
Merge pull request #82 from appuio/template-sync
Browse files Browse the repository at this point in the history
Update from component template
  • Loading branch information
simu authored Jan 7, 2025
2 parents 2003601 + 2af3ee2 commit 212ced6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .cruft.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"template": "https://github.com/projectsyn/commodore-component-template.git",
"commit": "f12cbb49f928cf689cf39b98d8d7c9e88fb289f6",
"commit": "98d16f99766e6c6d97322dbe42e058f0e2bf73d0",
"checkout": "main",
"context": {
"cookiecutter": {
Expand Down
2 changes: 1 addition & 1 deletion component/app.jsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ local argocd = import 'lib/argocd.libjsonnet';
local app = argocd.App('openshift4-slos', params.namespace);

local appPath =
local project = std.get(app, 'spec', { project: 'syn' }).project;
local project = std.get(std.get(app, 'spec', {}), 'project', 'syn');
if project == 'syn' then 'apps' else 'apps-%s' % project;

{
Expand Down

0 comments on commit 212ced6

Please sign in to comment.