diff --git a/docs/platform-operator/control-plane-cluster-setup/setup-app-cluster.md b/docs/platform-operator/control-plane-cluster-setup/setup-app-cluster.md index 6284bb1..089ae00 100644 --- a/docs/platform-operator/control-plane-cluster-setup/setup-app-cluster.md +++ b/docs/platform-operator/control-plane-cluster-setup/setup-app-cluster.md @@ -200,7 +200,7 @@ our [image registry](https://gallery.ecr.aws/w5n9a2g2/anynines/konnector). apiVersion: v1 kind: Namespace metadata: - name: klutch-bind + name: kube-bind --- apiVersion: rbac.authorization.k8s.io/v1 kind: ClusterRole @@ -225,19 +225,19 @@ roleRef: subjects: - kind: ServiceAccount name: konnector - namespace: klutch-bind + namespace: kube-bind --- apiVersion: v1 kind: ServiceAccount metadata: name: konnector - namespace: klutch-bind + namespace: kube-bind --- apiVersion: apps/v1 kind: Deployment metadata: name: konnector - namespace: klutch-bind + namespace: kube-bind labels: app: konnector spec: @@ -281,7 +281,7 @@ apiVersion: apps/v1 kind: Deployment metadata: name: konnector - namespace: klutch-bind + namespace: kube-bind labels: app: konnector spec: diff --git a/docs/platform-operator/update-cluster-components/index.md b/docs/platform-operator/update-cluster-components/index.md index 4b932ec..0978699 100644 --- a/docs/platform-operator/update-cluster-components/index.md +++ b/docs/platform-operator/update-cluster-components/index.md @@ -77,7 +77,7 @@ checking out the tab "Image tags" for this image in our ### Example using kubectl ```bash -kubectl set image --namespace bind deployment/konnector konnector=public.ecr.aws/w5n9a2g2/anynines/konnector:v1.3.0 +kubectl set image --namespace kube-bind deployment/konnector konnector=public.ecr.aws/w5n9a2g2/anynines/konnector:v1.3.0 ``` ### Example using a manifest @@ -89,7 +89,7 @@ apiVersion: apps/v1 kind: Deployment metadata: name: konnector - namespace: bind + namespace: kube-bind labels: app: konnector spec: diff --git a/docs/static/po_files/konnector.yaml b/docs/static/po_files/konnector.yaml index 74a5080..94e0fd2 100644 --- a/docs/static/po_files/konnector.yaml +++ b/docs/static/po_files/konnector.yaml @@ -1,7 +1,7 @@ apiVersion: v1 kind: Namespace metadata: - name: klutch-bind + name: kube-bind --- apiVersion: rbac.authorization.k8s.io/v1 kind: ClusterRole @@ -26,19 +26,19 @@ roleRef: subjects: - kind: ServiceAccount name: konnector - namespace: klutch-bind + namespace: kube-bind --- apiVersion: v1 kind: ServiceAccount metadata: name: konnector - namespace: klutch-bind + namespace: kube-bind --- apiVersion: apps/v1 kind: Deployment metadata: name: konnector - namespace: klutch-bind + namespace: kube-bind labels: app: konnector spec: diff --git a/docs/static/po_files/update-konnector.yaml b/docs/static/po_files/update-konnector.yaml index 8c62323..4a6d433 100644 --- a/docs/static/po_files/update-konnector.yaml +++ b/docs/static/po_files/update-konnector.yaml @@ -2,7 +2,7 @@ apiVersion: apps/v1 kind: Deployment metadata: name: konnector - namespace: bind + namespace: kube-bind labels: app: konnector spec: