Skip to content

Commit

Permalink
Update raw_yaml.md
Browse files Browse the repository at this point in the history
Remove extra empty space
  • Loading branch information
gianlucam76 authored Feb 11, 2024
1 parent eae3095 commit b58f8dd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/addons/raw_yaml.md
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ metadata:
namespace: default
data:
controlPlaneEndpoint: "{{ .Cluster.spec.controlPlaneEndpoint.host }}:{{ .Cluster.spec.controlPlaneEndpoint.port }}"
```
```
Add the __projectsveltos.io/template: "true"__ annotation to the __GitRepository__.
Expand Down Expand Up @@ -215,4 +215,4 @@ metadata:
Remember to adapt the provided resources to your specific repository structure, cluster configuration, and desired templating logic.

[^1]:A ConfigMap is not designed to hold large chunks of data. The data stored in a ConfigMap cannot exceed 1 MiB. If you need to store settings that are larger than this limit, you may want to consider mounting a volume or use a separate database or file service.
[^2]: Want to dive deeper into Sveltos's templating features? Check out this [section](../template/template.md).
[^2]: Want to dive deeper into Sveltos's templating features? Check out this [section](../template/template.md).

0 comments on commit b58f8dd

Please sign in to comment.