1
0
mirror of synced 2026-02-06 19:05:55 +00:00

Rename 'gitops-system' namespace to 'gotk-system'

To align with the project name, and the group introduced in #236.
This commit is contained in:
Hidde Beydals
2020-09-15 15:51:55 +02:00
parent 0e1a862e34
commit ff6a1c14be
80 changed files with 162 additions and 162 deletions

View File

@@ -47,7 +47,7 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITPROVIDER_BOT_TOKEN }}
- name: uninstall
run: |
./bin/gotk suspend kustomization gitops-system
./bin/gotk suspend kustomization gotk-system
./bin/gotk uninstall --resources --crds -s
- name: bootstrap reinstall
run: |
@@ -69,6 +69,6 @@ jobs:
- name: Debug failure
if: failure()
run: |
kubectl -n gitops-system get all
kubectl -n gitops-system logs deploy/source-controller
kubectl -n gitops-system logs deploy/kustomize-controller
kubectl -n gotk-system get all
kubectl -n gotk-system logs deploy/source-controller
kubectl -n gotk-system logs deploy/kustomize-controller

View File

@@ -127,7 +127,7 @@ jobs:
if: failure()
run: |
kubectl version --client --short
kubectl -n gitops-system get all
kubectl -n gitops-system get kustomizations -oyaml
kubectl -n gitops-system logs deploy/source-controller
kubectl -n gitops-system logs deploy/kustomize-controller
kubectl -n gotk-system get all
kubectl -n gotk-system get kustomizations -oyaml
kubectl -n gotk-system logs deploy/source-controller
kubectl -n gotk-system logs deploy/kustomize-controller