1
0
mirror of synced 2026-02-06 10:55:56 +00:00

Rename gotk-system namespace to flux-system

Signed-off-by: Hidde Beydals <hello@hidde.co>
This commit is contained in:
Hidde Beydals
2020-10-29 14:26:22 +01:00
parent 4581c99a81
commit 9916a53761
106 changed files with 194 additions and 194 deletions

View File

@@ -66,7 +66,7 @@ make
Port forward to source-controller artifacts server:
```sh
kubectl -n gotk-system port-forward svc/source-controller 8181:80
kubectl -n flux-system port-forward svc/source-controller 8181:80
```
Export the local address as `SOURCE_HOST`:
@@ -92,7 +92,7 @@ gotk create source git test \
The source-watcher should log the revision:
```console
New revision detected {"gitrepository": "gotk-system/test", "revision": "4.0.0/ab953493ee14c3c9800bda0251e0c507f9741408"}
New revision detected {"gitrepository": "flux-system/test", "revision": "4.0.0/ab953493ee14c3c9800bda0251e0c507f9741408"}
Extracted tarball into /var/folders/77/3y6x_p2j2g9fspdkzjbm5_s40000gn/T/test292235827: 123 files, 29 dirs (32.603415ms)
Processing files...
```
@@ -108,7 +108,7 @@ gotk create source git test \
The source-watcher should log the new revision:
```console
New revision detected {"gitrepository": "gotk-system/test", "revision": "4.0.1/113360052b3153e439a0cf8de76b8e3d2a7bdf27"}
New revision detected {"gitrepository": "flux-system/test", "revision": "4.0.1/113360052b3153e439a0cf8de76b8e3d2a7bdf27"}
```
The source-controller reports the revision under `GitRepository.Status.Artifact.Revision` in the format: `<branch|tag>/<commit>`.