Frederic M
2f175fcd64
docs: fix duration known type ( #25035 )
...
Signed-off-by: Frederic Mereu <frederic.mereu@gaming1.com>
2025-10-23 07:10:46 +03:00
Michael Crenshaw
a864d7052f
docs: use GitHub alerts instead of mkdocs admonitions ( #24631 )
...
Signed-off-by: Michael Crenshaw <350466+crenshaw-dev@users.noreply.github.com>
2025-09-21 19:46:10 -04:00
Lehlogonolo N. Masubelele
f43523a69e
docs: Bulk typo fix ( #23144 )
2025-05-29 12:54:40 -06:00
Oliver Gondža
f54238bae4
docs: Style and formatting improvements to User Guide ( #22622 )
...
Signed-off-by: Oliver Gondža <ogondza@gmail.com>
Co-authored-by: rumstead <37445536+rumstead@users.noreply.github.com>
2025-04-10 07:47:13 -07:00
Alexandre Gaudreault
cca7485917
feat!: update compareoptions default values ( #22230 )
...
Signed-off-by: Alexandre Gaudreault <alexandre_gaudreault@intuit.com>
2025-03-11 01:14:17 -04:00
q-yusufmahtab
38546a5e43
Fix docs/user-guide/diffing.md code block ( #20596 )
...
Signed-off-by: Yusuf Mahtab <yusufmahtab@quantexa.com>
2024-10-30 08:12:33 -06:00
Tim Schrumpf
331944aa6a
fix(docs): fix example in userguide/diffing ( #18730 )
...
Signed-off-by: tillepille <github@tillepille.io>
2024-06-19 19:23:25 +03:00
Daniel R. Dagfinrud
ba2ea258c6
docs: update wording in diffing.md ( #18027 )
...
* docs: update wording in diffing.md
The wording in "If you have a slash / in your pointer path, you can use the ~1 character" is inaccurate. The ~1 character is mandatory if you have a slash.
Signed-off-by: Daniel R. Dagfinrud <danieldagfinrud@gmail.com>
* docs: update wording in docs/user-guide/diffing.md
Co-authored-by: Blake Pettersson <blake.pettersson@gmail.com>
Signed-off-by: Daniel R. Dagfinrud <danieldagfinrud@gmail.com>
---------
Signed-off-by: Daniel R. Dagfinrud <danieldagfinrud@gmail.com>
Co-authored-by: Blake Pettersson <blake.pettersson@gmail.com>
2024-04-29 23:27:03 -10:00
pasha-codefresh
e23060540f
Merge pull request from GHSA-9m6p-x4h2-6frq
...
* feat: limit jq.Run with timeout
Signed-off-by: pashakostohrys <pavel@codefresh.io>
* feat: ignore normalizer jq execution timeout as env variable
Signed-off-by: pashakostohrys <pavel@codefresh.io>
* feat: customize error message and add doc section
Signed-off-by: pashakostohrys <pavel@codefresh.io>
* feat: improve log and change a way how to get variable
Signed-off-by: pashakostohrys <pavel@codefresh.io>
* chore: fix import`s order
Signed-off-by: pashakostohrys <pavel@codefresh.io>
* chore: rename variable inside sts
Signed-off-by: pashakostohrys <pavel@codefresh.io>
* chore: fix import order
Signed-off-by: pashakostohrys <pavel@codefresh.io>
---------
Signed-off-by: pashakostohrys <pavel@codefresh.io>
2024-04-26 12:24:02 +03:00
Matthew Hughes
a7d0da941c
Add meta.Duration as known type for diffing ( #16587 )
...
So that this can be used for custom resources. The motivation for this
is issue #6008 : with this change one should be able to use the known
type to ensure equal durations don't present a diff, e,g. via adding to
`argocd-cm`:
data:
resource.customizations.knownTypeFields.cert-manager.io_Certificate: |
- field: spec.duration
type: meta/v1/Duration
This change is based on 5b464c996b , though
I've included the API version in the type path to be consistent with the
generated type (i.e. `meta/v1/Duration` and not `meta/Duration`).
For documentation I've just manually listed the extra types that aren't
auto-generated, though this requires having to keep this list and the
code in-sync but this is probably not a big issue since the number of
extra types is not frequently changed.
In the tests I've used `require.*` methods since I find this simpler
than `if !assert.Blah(...) { return }` which the other tests in this
file are using.
Signed-off-by: Matthew Hughes <matthewhughes934@gmail.com>
2023-12-14 17:33:33 +05:30
Christian Hernandez
32f10de147
fix: Updated docs about using a slash in ignoreDifferences ( #15144 )
...
Signed-off-by: Christian Hernandez <christian@chernand.io>
2023-08-22 20:51:20 +00:00
Paul Martin
ef8dae885d
docs: managedFieldsManagers example in docs needs double-quotes ( #14324 )
...
* is a Yaml special character and must be quoted, otherwise ArgoCD fails to parse and shows an error.
Signed-off-by: Paul Martin <paul.martin@gmail.com>
2023-07-06 10:32:59 -04:00
Chromo-residuum-opec
309654cece
docs: fix 'bellow' typos ( #11038 )
...
Signed-off-by: backfire-monism-net <development.0extl@simplelogin.com>
Signed-off-by: backfire-monism-net <development.0extl@simplelogin.com>
2022-10-22 20:10:34 -04:00
Brandon High
84f5648f3b
docs: Document ignoreAggregatedRoles setting ( #10206 )
...
Signed-off-by: Brandon High <highb@users.noreply.github.com>
2022-08-07 14:20:10 +02:00
rumstead
c026189c11
fix spelling ( #9372 )
...
Signed-off-by: Ryan Umstead <rjumstead@gmail.com>
2022-05-12 22:08:54 -04:00
Leonardo Luz Almeida
6df2abbcb3
docs: Add group field context ( #8658 )
...
* docs: Add group field context
Signed-off-by: Leonardo Luz Almeida <leonardo_almeida@intuit.com>
* Address code review comments
Signed-off-by: Leonardo Luz Almeida <leonardo_almeida@intuit.com>
2022-03-03 20:17:08 +01:00
Leonardo Luz Almeida
1547b44ffc
feat: Allow configuring system wide ignore differences for all resources ( #8224 )
...
* feat: Allow configuring system wide ignore differences for all resources
Signed-off-by: Leonardo Luz Almeida <leonardo_almeida@intuit.com>
* Add example config to argocd-cm.yaml
Signed-off-by: Leonardo Luz Almeida <leonardo_almeida@intuit.com>
2022-01-19 14:57:43 -08:00
Leonardo Luz Almeida
29a6be4afe
Feat: Ignore differences owned by trusted managers from managedFields ( #7869 )
...
* feat: implement managed fields normalizer
Signed-off-by: Leonardo Luz Almeida <leonardo_almeida@intuit.com>
2021-12-14 10:49:55 -08:00
Alexander Matyushentsev
e195995790
docs: update obsolete resource customization docs ( #7000 )
...
Signed-off-by: Alexander Matyushentsev <AMatyushentsev@gmail.com>
2021-08-16 10:49:34 -07:00
Zadkiel
15a3c29b01
docs: use jq path expression to ignore differences to caBundle mutating webhook ( #6470 )
...
Signed-off-by: zadkiel <zadkiel_aharonian@carrefour.com>
2021-06-15 09:34:48 -07:00
Jake Utley
86d0ee6982
feat: allow jq path expressions in diffing customizations ( #4320 ) ( #6109 )
...
* Add jqPathExpression field and implementation for ignoreDifferences
Signed-off-by: Jake Utley <jutley@hiya.com>
* Add a couple tests for jqPathExpression
Signed-off-by: Jake Utley <jutley@hiya.com>
* Add JQPathExpressions into relevant types in types.go
Signed-off-by: Jake Utley <jutley@hiya.com>
* Add documentation for jq path expressions
Signed-off-by: Jake Utley <jutley@hiya.com>
* Add Hiya to USERS.md
Signed-off-by: Jake Utley <jutley@hiya.com>
* Update generated code
Signed-off-by: Jake Utley <jutley@hiya.com>
* Do not require jsonPointers or jqPathExpressions
Signed-off-by: Jake Utley <jutley@hiya.com>
* Fix some linting issues
Signed-off-by: Jake Utley <jutley@hiya.com>
* Add test for valid jq that produces error
Signed-off-by: Jake Utley <jutley@hiya.com>
* Add test to correctly parse jqPathExpressions from split key configs
Signed-off-by: Jake Utley <jutley@hiya.com>
* regen
Signed-off-by: Jake Utley <jutley@hiya.com>
2021-06-03 22:06:55 -07:00
Tianxin Dong
8f7eabefd4
docs: Fix typo in documentation ( #4254 )
2020-09-03 14:03:48 -07:00
Alexander Matyushentsev
b4f80133d0
docs: document 'ignoreResourceStatusField' option ( #4093 )
2020-08-13 11:14:45 -07:00
Josh Soref
176faa57b0
chore: Use https ( #4076 )
...
* Use https
* Use https
* Use https
* Use https
2020-08-11 20:55:47 +02:00
Denis Jajčević
f586385c8b
docs: Fix diffing_known_types.txt link ( #3381 )
...
Update documentation to have valid link to `diffing_known_types.txt`.
2020-04-08 19:03:07 +02:00
Alexander Matyushentsev
5448466ddc
feat: support normalizing CRD fields that use known built-in K8S types ( #3357 )
...
* feat: support normalizing CRD fields that use known built-in K8S types
* apply reviewers notes
* fix codegen
2020-04-06 21:13:50 +02:00
Andy Boyett
7eeefb003c
docs: correct typo in diffing section on HPAs ( #3172 )
...
Reordering `spec.metrics` will fix an OutOfSync state due to the HPA
controller reordering this array. The previously referenced
`spec.replicas` field doesn't exist within any known version of the
`HorizontalPodAutoscaler` (autoscaling/v1, autoscaling/v2beta1, or
autoscaling/v2beta2)
2020-03-03 17:51:21 -08:00
aarongorka
7edcf47a03
docs: Clarify syntax for diff customization should be json-patch ( #3044 )
...
One might assume that Argo is expecting
[JSONPath](https://kubernetes.io/docs/reference/kubectl/jsonpath/ )
rather than JSON Patch, which this commit clarifies via a link to the
official RFC.
2020-01-29 07:46:58 -08:00
Alex Collins
f5bc901dd7
Create docs website ( #1387 ) Closes #1390
2019-04-05 15:12:27 -07:00