Skip to content

Commit

Permalink
fix warning callout in gitops settings docs
Browse files Browse the repository at this point in the history
  • Loading branch information
ilia-medvedev-codefresh committed Jul 11, 2024
1 parent 0b4167c commit 781b4b2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/resources/account_gitops_settings.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ resource "codefresh_account_gitops_settings" "gitops-settings" {
- `id` (String) Account Id
- `name` (String) Account name for active account

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

Expand Down
2 changes: 1 addition & 1 deletion templates/resources/account_gitops_settings.md.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ resource "codefresh_account_gitops_settings" "gitops-settings" {

{{ .SchemaMarkdown | trimspace }}

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

Expand Down

0 comments on commit 781b4b2

Please sign in to comment.