Skip to content

Commit

Permalink
Added changes for Memgraph 2.18.1
Browse files Browse the repository at this point in the history
  • Loading branch information
as51340 committed Jul 22, 2024
1 parent 59bacd5 commit 47b5361
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion config/samples/memgraph_v1_ha.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ spec:
image:
pullPolicy: IfNotPresent
repository: memgraph/memgraph
tag: 2.18.0
tag: 2.18.0_27_0b62e6a73
probes:
liveness:
initialDelaySeconds: 30
Expand Down
10 changes: 5 additions & 5 deletions docs/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,11 +30,11 @@ Installation using any of options described above will cause creating Kubernetes
namespace `memgraph-operator-system`. You can check your resources with:

```bash
kubectl get serviceaccounts -A
kubectl get rolebindings -A
kubectl get roles -A
kubectl get deployments -A
kubectl get pods -A
kubectl get serviceaccounts -n memgraph-operator-system
kubectl get clusterrolebindings -n memgraph-operator-system
kubectl get clusterroles -n memgraph-operator-system
kubectl get deployments -n memgraph-operator-system
kubectl get pods -n memgraph-operator-system
```

CustomResourceDefinition `memgraphhas.memgraph.com`, whose job is to monitor CustomResource `MemgraphHA`, will also get created and you can verify
Expand Down

0 comments on commit 47b5361

Please sign in to comment.