Rename 'gitops-system' namespace to 'gotk-system'
To align with the project name, and the group introduced in #236.
This commit is contained in:
8
.github/workflows/e2e.yaml
vendored
8
.github/workflows/e2e.yaml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user