Skip to content

Commit

Permalink
chore: update simple-job example
Browse files Browse the repository at this point in the history
  • Loading branch information
ffforest committed Jan 15, 2024
1 parent 8afabaa commit 143febc
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[package]
name = "sample-job"
name = "simple-job"
version = "0.1.0"

[dependencies]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import catalog.models.schema.v1 as ac
import catalog.models.schema.v1.workload as wl
import catalog.models.schema.v1.workload.container as c

samplejob: ac.AppConfiguration {
helloworld: ac.AppConfiguration {
workload: wl.Job {
containers: {
"busybox": c.Container {
Expand Down
File renamed without changes.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# The project basic info
name: helloworld
name: simple-job
generator:
type: AppConfiguration

0 comments on commit 143febc

Please sign in to comment.