Skip to content

Commit

Permalink
fix typo in README
Browse files Browse the repository at this point in the history
  • Loading branch information
dejanzele committed May 9, 2024
1 parent 447daf7 commit 48144a2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ are covered by automated tests and appear to be correct.
This project aims to follow the Kubernetes [Operator pattern](https://kubernetes.io/docs/concepts/extend-kubernetes/operator/)

It uses [Controllers](https://kubernetes.io/docs/concepts/architecture/controller/)
which provides a reconcile function responsible for synchronizing resources untile the desired state is reached on the cluster
which provides a reconcile function responsible for synchronizing resources until the desired state is reached on the cluster

## License

Expand Down
2 changes: 1 addition & 1 deletion dev/runbooks/5-job.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

Armada Jobs are a superset of a Kubernetes PodSpec with additional Armada-specific fields.
```yaml
queue: queue-kubecon-demo
queue: queue-a
jobSetId: job-set-1
jobs:
- priority: 0
Expand Down

0 comments on commit 48144a2

Please sign in to comment.