@@ -202,8 +202,17 @@ helmfile sync
202202```
203203You can also install it with timoni and fluxcd instead of helm:
204204``` bash
205- kubectl apply -f ./charts/opencloud-microservices/deployments/timoni/ && \
206- timoni bundle apply -f ./charts/opencloud-microservices/deployments/timoni/opencloud.cue --runtime ./charts/opencloud-microservices/deployments/timoni/runtime.cue
205+ # # Install opencloud
206+ kubectl apply -f ./charts/opencloud-microservices/deployments/timoni/opencloud && \
207+ timoni bundle apply -f ./charts/opencloud-microservices/deployments/timoni/opencloud/opencloud.cue --runtime ./charts/opencloud-microservices/deployments/timoni/opencloud/runtime.cue
208+
209+ # # Install openldap
210+ kubectl apply -f ./charts/opencloud-microservices/deployments/timoni/openldap && \
211+ timoni bundle apply -f ./charts/opencloud-microservices/deployments/timoni/openldap/openldap.cue --runtime ./charts/opencloud-microservices/deployments/timoni/openldap/runtime.cue
212+
213+ # # Install clamav
214+ kubectl apply -f ./charts/opencloud-microservices/deployments/timoni/clamav && \
215+ timoni bundle apply -f ./charts/opencloud-microservices/deployments/timoni/clamav/clamav.cue --runtime ./charts/opencloud-microservices/deployments/timoni/clamav/runtime.cue
207216```
208217
209218
@@ -220,8 +229,17 @@ helmfile sync
220229```
221230You can also install it with timoni and fluxcd instead of helm:
222231``` bash
223- kubectl apply -f ./charts/opencloud-microservices/deployments/timoni/ && \
224- timoni bundle apply -f ./charts/opencloud-microservices/deployments/timoni/opencloud.cue --runtime ./charts/opencloud-microservices/deployments/timoni/runtime.cue
232+ # # Install opencloud
233+ kubectl apply -f ./charts/opencloud-microservices/deployments/timoni/opencloud && \
234+ timoni bundle apply -f ./charts/opencloud-microservices/deployments/timoni/opencloud/opencloud.cue --runtime ./charts/opencloud-microservices/deployments/timoni/opencloud/runtime.cue
235+
236+ # # Install openldap
237+ kubectl apply -f ./charts/opencloud-microservices/deployments/timoni/openldap && \
238+ timoni bundle apply -f ./charts/opencloud-microservices/deployments/timoni/openldap/openldap.cue --runtime ./charts/opencloud-microservices/deployments/timoni/openldap/runtime.cue
239+
240+ # # Install clamav
241+ kubectl apply -f ./charts/opencloud-microservices/deployments/timoni/clamav && \
242+ timoni bundle apply -f ./charts/opencloud-microservices/deployments/timoni/clamav/clamav.cue --runtime ./charts/opencloud-microservices/deployments/timoni/clamav/runtime.cue
225243```
226244
227245
0 commit comments