Skip to content

Commit

Permalink
Merge pull request #17 from anynines/unify-konnector-namespace
Browse files Browse the repository at this point in the history
Update konnector namespace
  • Loading branch information
iliasmavridis authored Oct 1, 2024
2 parents 7a5f242 + 69ecb84 commit 94df164
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 12 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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:
Expand Down Expand Up @@ -281,7 +281,7 @@ apiVersion: apps/v1
kind: Deployment
metadata:
name: konnector
namespace: klutch-bind
namespace: kube-bind
labels:
app: konnector
spec:
Expand Down
4 changes: 2 additions & 2 deletions docs/platform-operator/update-cluster-components/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -89,7 +89,7 @@ apiVersion: apps/v1
kind: Deployment
metadata:
name: konnector
namespace: bind
namespace: kube-bind
labels:
app: konnector
spec:
Expand Down
8 changes: 4 additions & 4 deletions docs/static/po_files/konnector.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: v1
kind: Namespace
metadata:
name: klutch-bind
name: kube-bind
---
apiVersion: rbac.authorization.k8s.io/v1
kind: ClusterRole
Expand All @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion docs/static/po_files/update-konnector.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: apps/v1
kind: Deployment
metadata:
name: konnector
namespace: bind
namespace: kube-bind
labels:
app: konnector
spec:
Expand Down

0 comments on commit 94df164

Please sign in to comment.