File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff 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)
You can’t perform that action at this time.
0 commit comments