Skip to content

Commit

Permalink
Update from template
Browse files Browse the repository at this point in the history
Template version: main (98d16f9)
  • Loading branch information
simu committed Jan 13, 2025
1 parent 2b853a6 commit cb18d20
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 @@ -7,7 +7,7 @@ local argocd = import 'lib/argocd.libjsonnet';
local app = argocd.App('backup-k8up', 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 cb18d20

Please sign in to comment.