Skip to content

Commit 71e400c

Browse files
fix: clean up whitespace in ArgoCD integration documentation
1 parent 86ddce1 commit 71e400c

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

docs/argocd.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -121,28 +121,28 @@ spec:
121121
values: |
122122
# Required values
123123
gitSha: "abc123def456"
124-
124+
125125
# Database initialization with ArgoCD integration
126126
pgstacBootstrap:
127127
enabled: true
128128
jobAnnotations:
129129
argocd.argoproj.io/hook: "PreSync"
130130
argocd.argoproj.io/sync-wave: "-1"
131131
argocd.argoproj.io/hook-delete-policy: "HookSucceeded"
132-
132+
133133
# Service configuration
134134
apiServices: ["stac", "raster", "vector"]
135-
135+
136136
# Ingress setup
137137
ingress:
138138
enabled: true
139139
className: "nginx"
140140
host: "eoapi.example.com"
141-
141+
142142
destination:
143143
server: https://kubernetes.default.svc
144144
namespace: eoapi
145-
145+
146146
syncPolicy:
147147
automated:
148148
prune: true
@@ -157,4 +157,4 @@ spec:
157157
- [ArgoCD Sync Phases and Waves](https://argo-cd.readthedocs.io/en/stable/user-guide/sync-waves/)
158158
- [ArgoCD Resource Hooks](https://argo-cd.readthedocs.io/en/stable/user-guide/resource_hooks/)
159159
- [Helm Install Process](../helm-install.md)
160-
- [Configuration Options](../configuration.md)
160+
- [Configuration Options](../configuration.md)

0 commit comments

Comments
 (0)