argo-cd/docs/operator-manual
lrost 1645d576fd
docs: add wildcard globbing example to docs (#21429)
* add wildcard globbing example

After searching for wildcard globbing, i could only find the following PR : https://github.com/argoproj/argo-cd/pull/1106. Now the docs have an example

Signed-off-by: lrost <luukrost@gmail.com>

* Update project.yaml

feedback

Signed-off-by: lrost <luukrost@gmail.com>

---------

Signed-off-by: lrost <luukrost@gmail.com>
2025-01-09 22:07:52 -10:00
..
applicationset docs: Fix post selector example (#20969) 2024-11-27 01:10:54 -10:00
notifications docs: add link to sprig website in the template docs site (#21184) 2024-12-16 16:34:09 -07:00
server-commands feat: source hydrator (#20345) 2024-12-16 16:59:09 -05:00
upgrading chore(deps): bump Helm from 3.15.2 to 3.15.4 (#20135) 2024-09-27 09:45:58 -04:00
user-management docs: fix aws sso documentation (#20681) 2024-12-18 16:15:47 +02:00
app-any-namespace.md feat(sourceNamespace): Regex Support (#19016) (#19017) 2024-08-13 08:46:25 -04:00
app-sync-using-impersonation.md docs: feature maturity page for alpha and beta features (#20336) (#20337) 2024-10-14 04:11:50 -10:00
application.yaml feat: Adding skipSchemaValidation flag (#20771) (#20831) 2024-12-03 11:43:42 +05:30
applicationset.yaml docs: Correct ApplicationSet (spec.preservedFields) (#20206) 2024-10-04 10:44:39 -06:00
architecture.md feat: remove ksonnet from codebase (#8621) 2022-03-02 10:09:47 -08:00
argocd-cm-yaml.md docs: add CRD specification example files to docs (#14021) 2023-06-19 13:40:44 +03:00
argocd-cm.yaml chore: reduce default max payload size in webhooks to 50MB (#21101) 2024-12-10 13:08:18 +05:30
argocd-cmd-params-cm-yaml.md docs: add CRD specification example files to docs (#14021) 2023-06-19 13:40:44 +03:00
argocd-cmd-params-cm.yaml fix(controller): rename cluster batch param and add to argocd-cmd-params-cm (#21402) 2025-01-08 07:34:29 -05:00
argocd-rbac-cm-yaml.md docs: add note about comments in policy.csv files (#21339) 2025-01-01 22:35:53 +01:00
argocd-rbac-cm.yaml feat: RBAC csv policy can be composed by multiple configmap keys (#12511) 2023-06-01 09:43:38 -04:00
argocd-repo-creds-yaml.md docs: add CRD specification example files to docs (#14021) 2023-06-19 13:40:44 +03:00
argocd-repo-creds.yaml docs: fix missing type helm in doc (#7074) (#9085) 2022-04-13 12:39:49 +03:00
argocd-repositories-yaml.md docs: add CRD specification example files to docs (#14021) 2023-06-19 13:40:44 +03:00
argocd-repositories.yaml docs: add project to repo creds examples (#20057) 2024-09-23 00:02:11 +02:00
argocd-secret-yaml.md docs: add CRD specification example files to docs (#14021) 2023-06-19 13:40:44 +03:00
argocd-secret.yaml chore: Spelling (#3647) 2020-05-27 10:22:13 -07:00
argocd-ssh-known-hosts-cm-yaml.md docs: add CRD specification example files to docs (#14021) 2023-06-19 13:40:44 +03:00
argocd-ssh-known-hosts-cm.yaml fix: Update bitbucket.org rsa ssh key (#14392) 2023-07-07 10:22:27 -04:00
argocd-tls-certs-cm-yaml.md docs: add CRD specification example files to docs (#14021) 2023-06-19 13:40:44 +03:00
argocd-tls-certs-cm.yaml Fix broken links in Operator Manual declarative setup (#2194) 2019-08-22 09:33:24 -07:00
cluster-bootstrapping.md docs: Add an explanation of using ignoring differences for app of apps pattern (#18945) 2024-07-17 16:23:53 +00:00
cluster-management.md docs: add documentation for the argocd cluster commands (#16555) 2023-12-15 10:51:42 -07:00
config-management-plugins.md feat(cmp): parameter to enable git creds to be shared from repo server to the plugin (#15107) 2024-10-31 13:35:08 -04:00
core.md docs: Notification Controller is not included in Argo CD Core install (#19267) 2024-07-29 10:15:44 -06:00
custom-styles.md chore: Use safe example domains defined in RFC 2606 (#16389) 2023-11-20 04:34:04 -05:00
custom_tools.md fixed the broken link while version upgrade/degrade (#21279) 2024-12-20 10:09:59 -07:00
declarative-setup.md add project missing field to spec (#21277) 2024-12-21 12:44:55 +02:00
deep_links.md chore(deps): bump expr from 1.15.2 to 1.16.9 (#19277) 2024-07-30 17:58:04 -04:00
disaster_recovery.md docs: Update disaster_recovery.md to reflect quay.io as docker container registry (#13520) 2023-05-28 19:39:21 +00:00
dynamic-cluster-distribution.md docs: feature maturity page for alpha and beta features (#20336) (#20337) 2024-10-14 04:11:50 -10:00
feature-maturity.md docs: document all unstable configurations (#20336) (#20438) 2024-10-21 00:14:45 -04:00
health.md feat(app): add ignore-healthcheck annotation (#20462) 2024-11-21 07:16:53 -05:00
high_availability.md fix(controller): rename cluster batch param and add to argocd-cmd-params-cm (#21402) 2025-01-08 07:34:29 -05:00
index.md Fix minor grammatical error in operator manual overview (#20691) 2024-11-08 21:46:40 +01:00
ingress.md Update ingress.md (#21324) 2024-12-29 20:32:10 +01:00
installation.md docs: Add Installation Warning and Kustomize Guide (#19874) 2024-09-11 16:54:44 -06:00
metrics.md feat: source hydrator (#20345) 2024-12-16 16:59:09 -05:00
project-specification.md docs: add CRD specification example files to docs (#14021) 2023-06-19 13:40:44 +03:00
project.yaml docs: add wildcard globbing example to docs (#21429) 2025-01-09 22:07:52 -10:00
rbac.md added-ACL (#21238) 2024-12-18 15:42:45 +02:00
reconcile.md feat: Enable ignoreResourceUpdate by default #19992 (#20303) 2024-10-10 12:39:04 -04:00
resource_actions.md docs(resource_actions): specify when mergeBuiltinActions was introduced (#20917) 2024-11-23 12:22:52 -07:00
resource_actions_builtin.md feat: add custom actions for Numaflow CRDs (#20332) 2024-10-11 16:14:58 +00:00
secret-management.md docs: remove the recommendation to optionally auth redis for secrets mgmnt (#18455) 2024-05-30 16:34:12 +03:00
security.md docs: 2 link fixes + hint (#17657) 2024-03-28 04:36:35 -10:00
signed-release-assets.md chore: provide a better example of using cosign (#18803) 2024-06-24 20:47:36 +00:00
tested-kubernetes-versions.md docs: don't populate tested versions on latest (#18719) 2024-06-18 14:54:51 +00:00
tls.md feat: specify listen address from env / command line (#11846) 2023-05-29 10:19:40 -04:00
troubleshooting.md docs: Ensure consistent proper case of Kubernetes (#16205) 2023-11-01 19:05:01 -04:00
ui-customization.md docs: how to change default view (#12140) 2023-01-30 13:26:33 -08:00
web_based_terminal.md update the web based terminal docs (#19621) 2024-08-22 10:49:18 +00:00
webhook.md chore: reduce default max payload size in webhooks to 50MB (#21101) 2024-12-10 13:08:18 +05:30