argo-cd

Форк
0
/
mkdocs.yml 
245 строк · 9.8 Кб
1
extra:
2
  analytics:
3
    property: G-5Z1VTPDL73
4
    provider: google
5
extra_css:
6
- assets/versions.css
7
extra_javascript:
8
- assets/versions.js
9
markdown_extensions:
10
- markdown_include.include
11
- codehilite:
12
    css_class: highlight
13
- admonition
14
- toc:
15
    permalink: true
16
- pymdownx.superfences
17
nav:
18
- Overview: index.md
19
- understand_the_basics.md
20
- core_concepts.md
21
- getting_started.md
22
- Operator Manual:
23
  - operator-manual/index.md
24
  - operator-manual/architecture.md
25
  - operator-manual/installation.md
26
  - operator-manual/core.md
27
  - operator-manual/declarative-setup.md
28
  - operator-manual/app-any-namespace.md
29
  - operator-manual/ingress.md
30
  - High Availability:
31
    - Overview: operator-manual/high_availability.md
32
    - Dynamic Cluster Distribution: operator-manual/dynamic-cluster-distribution.md
33
  - User Management:
34
    - operator-manual/user-management/index.md
35
    - operator-manual/user-management/auth0.md
36
    - operator-manual/user-management/microsoft.md
37
    - operator-manual/user-management/okta.md
38
    - operator-manual/user-management/onelogin.md
39
    - operator-manual/user-management/keycloak.md
40
    - operator-manual/user-management/openunison.md
41
    - operator-manual/user-management/google.md
42
    - operator-manual/user-management/zitadel.md
43
    - operator-manual/user-management/identity-center.md
44
    - operator-manual/rbac.md
45
  - Security:
46
    - Overview: operator-manual/security.md
47
    - snyk/index.md
48
    - operator-manual/signed-release-assets.md
49
  - operator-manual/tls.md
50
  - operator-manual/cluster-bootstrapping.md
51
  - operator-manual/secret-management.md
52
  - operator-manual/disaster_recovery.md
53
  - operator-manual/reconcile.md
54
  - operator-manual/webhook.md
55
  - operator-manual/health.md
56
  - operator-manual/resource_actions.md
57
  - operator-manual/custom_tools.md
58
  - operator-manual/custom-styles.md
59
  - operator-manual/ui-customization.md
60
  - operator-manual/metrics.md
61
  - operator-manual/web_based_terminal.md
62
  - operator-manual/config-management-plugins.md
63
  - operator-manual/deep_links.md
64
  - Notifications:
65
    - Overview: operator-manual/notifications/index.md
66
    - operator-manual/notifications/triggers.md
67
    - operator-manual/notifications/templates.md
68
    - operator-manual/notifications/functions.md
69
    - operator-manual/notifications/catalog.md
70
    - operator-manual/notifications/monitoring.md
71
    - operator-manual/notifications/subscriptions.md
72
    - operator-manual/notifications/troubleshooting.md
73
    - operator-manual/notifications/troubleshooting-commands.md
74
    - operator-manual/notifications/troubleshooting-errors.md
75
    - Notification Services:
76
      - operator-manual/notifications/services/alertmanager.md
77
      - operator-manual/notifications/services/awssqs.md
78
      - operator-manual/notifications/services/email.md
79
      - operator-manual/notifications/services/github.md
80
      - operator-manual/notifications/services/googlechat.md
81
      - operator-manual/notifications/services/grafana.md
82
      - operator-manual/notifications/services/mattermost.md
83
      - operator-manual/notifications/services/newrelic.md
84
      - operator-manual/notifications/services/opsgenie.md
85
      - operator-manual/notifications/services/overview.md
86
      - operator-manual/notifications/services/pagerduty.md
87
      - operator-manual/notifications/services/pagerduty_v2.md
88
      - operator-manual/notifications/services/pushover.md
89
      - operator-manual/notifications/services/rocketchat.md
90
      - operator-manual/notifications/services/slack.md
91
      - operator-manual/notifications/services/teams.md
92
      - operator-manual/notifications/services/telegram.md
93
      - operator-manual/notifications/services/webex.md
94
      - operator-manual/notifications/services/webhook.md
95
  - operator-manual/troubleshooting.md
96
  - ApplicationSet:
97
    - Introduction: operator-manual/applicationset/index.md
98
    - Installations: operator-manual/applicationset/Getting-Started.md
99
    - Use Cases: operator-manual/applicationset/Use-Cases.md
100
    - Security: operator-manual/applicationset/Security.md
101
    - How ApplicationSet controller interacts with Argo CD: operator-manual/applicationset/Argo-CD-Integration.md
102
    - Generators:
103
      - operator-manual/applicationset/Generators.md
104
      - operator-manual/applicationset/Generators-List.md
105
      - operator-manual/applicationset/Generators-Cluster.md
106
      - operator-manual/applicationset/Generators-Git.md
107
      - operator-manual/applicationset/Generators-Matrix.md
108
      - operator-manual/applicationset/Generators-Merge.md
109
      - operator-manual/applicationset/Generators-SCM-Provider.md
110
      - operator-manual/applicationset/Generators-Cluster-Decision-Resource.md
111
      - operator-manual/applicationset/Generators-Pull-Request.md
112
      - operator-manual/applicationset/Generators-Post-Selector.md
113
      - operator-manual/applicationset/Generators-Plugin.md
114
    - Template fields:
115
      - operator-manual/applicationset/Template.md
116
      - operator-manual/applicationset/GoTemplate.md
117
    - Controlling Resource Modification: operator-manual/applicationset/Controlling-Resource-Modification.md
118
    - Application Pruning & Resource Deletion: operator-manual/applicationset/Application-Deletion.md
119
    - Progressive Syncs: operator-manual/applicationset/Progressive-Syncs.md
120
    - Git File Generator Globbing: operator-manual/applicationset/Generators-Git-File-Globbing.md
121
    - ApplicationSet Specification Reference: operator-manual/applicationset/applicationset-specification.md
122
    - ApplicationSet in any namespace: operator-manual/applicationset/Appset-Any-Namespace.md
123
  - Server Configuration Parameters:
124
    - operator-manual/server-commands/argocd-server.md
125
    - operator-manual/server-commands/argocd-application-controller.md
126
    - operator-manual/server-commands/argocd-repo-server.md
127
    - operator-manual/server-commands/argocd-dex.md
128
    - operator-manual/server-commands/additional-configuration-method.md
129
  - Upgrading:
130
    - operator-manual/upgrading/overview.md
131
    - operator-manual/upgrading/2.10-2.11.md
132
    - operator-manual/upgrading/2.9-2.10.md
133
    - operator-manual/upgrading/2.8-2.9.md
134
    - operator-manual/upgrading/2.7-2.8.md
135
    - operator-manual/upgrading/2.6-2.7.md
136
    - operator-manual/upgrading/2.5-2.6.md
137
    - operator-manual/upgrading/2.4-2.5.md
138
    - operator-manual/upgrading/2.3-2.4.md
139
    - operator-manual/upgrading/2.2-2.3.md
140
    - operator-manual/upgrading/2.1-2.2.md
141
    - operator-manual/upgrading/2.0-2.1.md
142
    - operator-manual/upgrading/1.8-2.0.md
143
    - operator-manual/upgrading/1.7-1.8.md
144
    - operator-manual/upgrading/1.6-1.7.md
145
    - operator-manual/upgrading/1.5-1.6.md
146
    - operator-manual/upgrading/1.4-1.5.md
147
    - operator-manual/upgrading/1.3-1.4.md
148
    - operator-manual/upgrading/1.2-1.3.md
149
    - operator-manual/upgrading/1.1-1.2.md
150
    - operator-manual/upgrading/1.0-1.1.md
151
  - Project Specification Reference: operator-manual/project-specification.md
152
- User Guide:
153
  - user-guide/index.md
154
  - user-guide/application_sources.md
155
  - user-guide/kustomize.md
156
  - user-guide/helm.md
157
  - user-guide/import.md
158
  - user-guide/jsonnet.md
159
  - user-guide/directory.md
160
  - user-guide/tool_detection.md
161
  - user-guide/projects.md
162
  - user-guide/private-repositories.md
163
  - user-guide/multiple_sources.md
164
  - GnuPG verification: user-guide/gpg-verification.md
165
  - user-guide/auto_sync.md
166
  - Diffing:
167
    - Diff Strategies: user-guide/diff-strategies.md
168
    - Diff Customization: user-guide/diffing.md
169
  - user-guide/orphaned-resources.md
170
  - user-guide/compare-options.md
171
  - user-guide/sync-options.md
172
  - user-guide/parameters.md
173
  - user-guide/environment-variables.md
174
  - user-guide/build-environment.md
175
  - user-guide/tracking_strategies.md
176
  - user-guide/resource_tracking.md
177
  - user-guide/resource_hooks.md
178
  - user-guide/selective_sync.md
179
  - user-guide/sync-waves.md
180
  - user-guide/sync_windows.md
181
  - user-guide/sync-kubectl.md
182
  - user-guide/skip_reconcile.md
183
  - Generating Applications with ApplicationSet: user-guide/application-set.md
184
  - user-guide/ci_automation.md
185
  - user-guide/app_deletion.md
186
  - user-guide/best_practices.md
187
  - user-guide/status-badge.md
188
  - user-guide/external-url.md
189
  - user-guide/extra_info.md
190
  - Notification subscriptions: user-guide/subscriptions.md
191
  - user-guide/annotations-and-labels.md
192
  - Command Reference: user-guide/commands/argocd.md
193
  - Application Specification Reference: user-guide/application-specification.md
194
- Developer Guide:
195
  - developer-guide/index.md
196
  - Architecture:
197
    - developer-guide/architecture/authz-authn.md
198
    - developer-guide/architecture/components.md
199
  - Code Contribution Guide: developer-guide/code-contributions.md
200
  - Toolchain Guide: developer-guide/toolchain-guide.md
201
  - developer-guide/contributors-quickstart.md
202
  - developer-guide/release-process-and-cadence.md
203
  - developer-guide/running-locally.md
204
  - developer-guide/debugging-remote-environment.md
205
  - developer-guide/use-gitpod.md
206
  - developer-guide/api-docs.md
207
  - developer-guide/test-e2e.md
208
  - developer-guide/dependencies.md
209
  - developer-guide/ci.md
210
  - developer-guide/releasing.md
211
  - developer-guide/site.md
212
  - developer-guide/static-code-analysis.md
213
  - Extensions:
214
    - developer-guide/extensions/ui-extensions.md
215
    - developer-guide/extensions/proxy-extensions.md
216
  - developer-guide/faq.md
217
- faq.md
218
- security_considerations.md
219
- Support: SUPPORT.md
220
- roadmap.md
221
- Releases ⧉: https://github.com/argoproj/argo-cd/releases
222
- Blog ⧉: https://blog.argoproj.io/
223
repo_url: https://github.com/argoproj/argo-cd
224
site_name: Argo CD - Declarative GitOps CD for Kubernetes
225
strict: true
226
theme:
227
  custom_dir: overrides
228
  favicon: assets/favicon.png
229
  font:
230
    text: Work Sans
231
  logo: assets/logo.png
232
  name: material
233
  palette:
234
  - media: '(prefers-color-scheme: light)'
235
    primary: teal
236
    scheme: default
237
    toggle:
238
      icon: material/brightness-7
239
      name: Switch to dark mode
240
  - media: '(prefers-color-scheme: dark)'
241
    primary: teal
242
    scheme: slate
243
    toggle:
244
      icon: material/brightness-4
245
      name: Switch to light mode
246

Использование cookies

Мы используем файлы cookie в соответствии с Политикой конфиденциальности и Политикой использования cookies.

Нажимая кнопку «Принимаю», Вы даете АО «СберТех» согласие на обработку Ваших персональных данных в целях совершенствования нашего веб-сайта и Сервиса GitVerse, а также повышения удобства их использования.

Запретить использование cookies Вы можете самостоятельно в настройках Вашего браузера.