forked from argoproj/argo-cd
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
docs: add CRD specification example files to docs (argoproj#14021)
* docs: add CRD specification example files to docs Signed-off-by: Michael Crenshaw <350466+crenshaw-dev@users.noreply.github.com> * pages for declarative files, too Signed-off-by: Michael Crenshaw <350466+crenshaw-dev@users.noreply.github.com> --------- Signed-off-by: Michael Crenshaw <350466+crenshaw-dev@users.noreply.github.com> Co-authored-by: pasha-codefresh <pavel@codefresh.io>
- Loading branch information
1 parent
a1b4f44
commit 6cd6c65
Showing
13 changed files
with
95 additions
and
15 deletions.
There are no files selected for viewing
7 changes: 7 additions & 0 deletions
7
docs/operator-manual/applicationset/applicationset-specification.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
# ApplicationSet Specification | ||
|
||
The following describes all the available fields of an ApplicationSet: | ||
|
||
```yaml | ||
{!docs/operator-manual/applicationset.yaml!} | ||
``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
# argocd-cm.yaml example | ||
|
||
An example of an argocd-cm.yaml file: | ||
|
||
```yaml | ||
{!docs/operator-manual/argocd-cm.yaml!} | ||
``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
# argocd-cmd-params-cm.yaml example | ||
|
||
An example of an argocd-cmd-params-cm.yaml file: | ||
|
||
```yaml | ||
{!docs/operator-manual/argocd-cmd-params-cm.yaml!} | ||
``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
# argocd-rbac-cm.yaml example | ||
|
||
An example of an argocd-rbac-cm.yaml file: | ||
|
||
```yaml | ||
{!docs/operator-manual/argocd-rbac-cm.yaml!} | ||
``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
# argocd-repo-creds.yaml example | ||
|
||
An example of an argocd-repo-creds.yaml file: | ||
|
||
```yaml | ||
{!docs/operator-manual/argocd-repo-creds.yaml!} | ||
``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
# argocd-repositories.yaml example | ||
|
||
An example of an argocd-repositories.yaml file: | ||
|
||
```yaml | ||
{!docs/operator-manual/argocd-repositories.yaml!} | ||
``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
# argocd-secret.yaml example | ||
|
||
An example of an argocd-secret.yaml file: | ||
|
||
```yaml | ||
{!docs/operator-manual/argocd-secret.yaml!} | ||
``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
# argocd-ssh-known-hosts-cm.yaml example | ||
|
||
An example of an argocd-ssh-known-hosts-cm.yaml file: | ||
|
||
```yaml | ||
{!docs/operator-manual/argocd-ssh-known-hosts-cm.yaml!} | ||
``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
# argocd-tls-certs-cm.yaml example | ||
|
||
An example of an argocd-tls-certs-cm.yaml file: | ||
|
||
```yaml | ||
{!docs/operator-manual/argocd-tls-certs-cm.yaml!} | ||
``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
# Project Specification | ||
|
||
The following describes all the available fields of a Project: | ||
|
||
```yaml | ||
{!docs/operator-manual/project.yaml!} | ||
``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
# Application Specification | ||
|
||
The following describes all the available fields of an Application: | ||
|
||
```yaml | ||
{!docs/operator-manual/application.yaml!} | ||
``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters