Skip to content

Commit f5029fc

Browse files
authored
docs(use-fluxcd): fix broken image links & tenant example (#63)
Signed-off-by: Thomas Gosteli <thomas.gosteli@protonmail.ch>
1 parent 9360ca7 commit f5029fc

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

content/en/docs/guides/use-fluxcd.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -168,18 +168,18 @@ spec:
168168
In example, the cluster admin is supposed to apply this Kustomization, during the cluster bootstrap that i.e. will reconcile also Flux itself.
169169
All the remaining Reconciliation resources can be children of this Kustomization.
170170

171-
![bootstrap](/images/assets/kustomization-hierarchy-root-tenants.png)
171+
![bootstrap](/images/guides/kustomization-hierarchy-root-tenants.png)
172172

173173
### Namespace-as-a-Service
174174

175175
Tenants could have his own set of Namespaces to operate on but it should be prepared by higher-level roles, like platform admins: the declarations would be part of the platform space.
176176
They would be responsible of tenants administration, and each change (e.g. new tenant Namespace) should be a request that would pass through approval.
177177

178-
![no-naas](/images/assets/flux-tenants-reconciliation.png)
178+
![no-naas](/images/guides/flux-tenants-reconciliation.png)
179179

180180
What if we would like to provide tenants the ability to manage also their own space the GitOps-way? Enter Capsule.
181181

182-
![naas](/images/assets/flux-tenants-capsule-reconciliation.png)
182+
![naas](/images/guides/flux-tenants-capsule-reconciliation.png)
183183

184184
## Manual setup
185185

@@ -215,6 +215,7 @@ metadata:
215215
spec:
216216
owners:
217217
- name: system:serviceaccount:my-tenant:gitops-reconciler # the Tenant GitOps Reconciler
218+
kind: ServiceAccount
218219
```
219220

220221
From now on, we'll refer to it as the **Tenant GitOps Reconciler**.

0 commit comments

Comments
 (0)