Add a spellchecker tool to CI and fix all existing typos.
This commit is contained in:
@ -64,7 +64,7 @@ spec:
|
||||
```
|
||||
|
||||
|
||||
Manifests with a setup like thos have only one values that is really different, so we could create just one manifest that would look like that:
|
||||
Manifests with a setup like this have only one values that is really different, so we could create just one manifest that would look like that:
|
||||
```YAML
|
||||
apiVersion: argoproj.io/v1alpha1
|
||||
kind: ApplicationSet
|
||||
@ -209,7 +209,7 @@ Those applications should be deployed automatically within a pipeline. So steps
|
||||
- Add new generators
|
||||
- Sync applications with argocd cli
|
||||
|
||||
But I'm not sure what going to happen if you have two different pipelines at the same time. Probably, changes will be overwriten but the pipeline that is a little bit slower. But I think that it can be solved without a lot of additional problems. And also I don't think that it's a situation that you will have to face very often, so you can just rerun your pipeline after all.
|
||||
But I'm not sure what going to happen if you have two different pipelines at the same time. Probably, changes will be overwritten but the pipeline that is a little bit slower. But I think that it can be solved without a lot of additional problems. And also I don't think that it's a situation that you will have to face very often, so you can just rerun your pipeline after all.
|
||||
|
||||
### Diffs
|
||||
Diffs are not supported for `ApplicationSets` at the moment, and I'm not sure when they will be: <https://github.com/argoproj/argo-cd/issues/10895>
|
||||
|
Reference in New Issue
Block a user