Skip to content

Commit 00bfa32

Browse files
committed
change info to warning
1 parent 6a640dd commit 00bfa32

File tree

2 files changed

+9
-15
lines changed

2 files changed

+9
-15
lines changed

src/pages/docs/argo-cd/steps/update-application-image-tags.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ The output section allows you to configure how changes are to be merged into you
4343
3. Git Commit Method specifies _how_ changes are merged - merging directly into the repo, or going via a PR.
4444
* A third option exists whereby you can specify which environments should use PRs, with all others falling back to a direct commit
4545
* This is useful if your Production environment requires PRs, but early environments do not.
46-
:::div{.info}
46+
:::div{.warning}
4747
At this time, PRs can only be created for GitHub based repositories, work is coming to support other platforms.
4848
:::
4949

src/pages/docs/argo-cd/steps/update-application-manifests.md

Lines changed: 8 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -17,21 +17,16 @@ how it executes.
1717
Add the `Update Argo CD Application Manifests` step to the project, and provide it a name.
1818

1919
## Provide the required configuration
20-
21-
2220
1. Specify an execution location
23-
24-
This step will execute on a worker of your choosing - if required it can run within a container on the worker, though this should not be necessary.
25-
21+
* This step will execute on a worker of your choosing, if required it can run within a container on the worker, though this should not be necessary.
2622
### Inputs
2723
1. Specify the set of input template files which can be sourced from either:
28-
* A git repository (requires URL, credentials and branch-name), or a
29-
* Package from a configured feed (eg a zip file, nuget package etc)
30-
31-
2Specify the "Input Path"
32-
* A subfolder (or file) within the previously specified repository/package which contains the template files to be used
33-
* If the string entered is a directory, all files (recursively) within that directory are considered templates
34-
* If the string entered is a single file - only that file will be considered a template.
24+
* A git repository (requires URL, credentials and branch-name), or a
25+
* Package from a configured feed (eg a zip file, nuget package etc)
26+
2. Specify the "Input Path"
27+
* A subfolder (or file) within the previously specified repository/package which contains the template files to be used
28+
* If the string entered is a directory, all files (recursively) within that directory are considered templates
29+
* If the string entered is a single file - only that file will be considered a template.
3530
:::div{.info}
3631
A single file will be copied into the _root_ directory of the Path defined in the mapped Argo CD Application.
3732
When a directory is specified, the structure below the specified path is maintained when moving files into the Argo CD Application's repository.
@@ -48,15 +43,14 @@ The output section allows you to configure how changes are to be merged into you
4843
3. Git Commit Method specifies _how_ changes are merged - merging directly into the repo, or going via a PR.
4944
* A third option exists whereby you can specify which environments should use PRs, with all others falling back to a direct commit
5045
* This is useful if your Production environment requires PRs, but early environments do not.
51-
:::div{.info}
46+
:::div{.warning}
5247
At this time, PRs can only be created for GitHub based repositories, work is coming to support other platforms.
5348
:::
5449

5550
4. Purge Output Folder allows you to clear the `Path` directory of the Argo CD Application's repository prior to adding newly templated files.
5651
* This can be useful when resources have been removed from your input-templates, but also need to be removed from the target repository.
5752

5853

59-
6054
## Creating and Deploying a Release
6155
:::div{.info}
6256
The step will fail to execute if no git credentials exist for repositories references by your Argo CD Applications.

0 commit comments

Comments
 (0)