Skip to content

Commit 781b4b2

Browse files
fix warning callout in gitops settings docs
1 parent 0b4167c commit 781b4b2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/resources/account_gitops_settings.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ resource "codefresh_account_gitops_settings" "gitops-settings" {
4141
- `id` (String) Account Id
4242
- `name` (String) Account name for active account
4343

44-
[!WARNING]
44+
~>
4545
Once internal config repository is cloned successfully by one or more runtimes it can no longer be changed and all attempted updates will fail.
4646
If you need to change the repository please contact Codefresh support.
4747

templates/resources/account_gitops_settings.md.tmpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ resource "codefresh_account_gitops_settings" "gitops-settings" {
2626

2727
{{ .SchemaMarkdown | trimspace }}
2828

29-
[!WARNING]
29+
~>
3030
Once internal config repository is cloned successfully by one or more runtimes it can no longer be changed and all attempted updates will fail.
3131
If you need to change the repository please contact Codefresh support.
3232

0 commit comments

Comments
 (0)