Install kube-arangodb-1.2.35 through helm - issue access through JWT
I have installed kube-arango through helm after that i can see deployment but ArangoDeployment not there.
Also i am not able to config jwtSecretName=None as ArangoDeployment not there. Kindly assist.
test@k8m:~$ helm install --generate-name https://github.com/arangodb/kube-arangodb/releases/download/1.2.35/kube-arangodb-1.2.35.tgz --set "spec.auth.jwtSecretName=None" WARNING: Kubernetes configuration file is group-readable. This is insecure. Location: /home/test/.kube/config WARNING: Kubernetes configuration file is world-readable. This is insecure. Location: /home/test/.kube/config NAME: kube-arangodb-1-1700818157 LAST DEPLOYED: Fri Nov 24 09:29:21 2023 NAMESPACE: default STATUS: deployed REVISION: 1 TEST SUITE: None NOTES: You have installed Kubernetes ArangoDB Operator in version 1.2.35
To access ArangoDeployments you can use:
kubectl --namespace "default" get arangodeployments
More details can be found on https://github.com/arangodb/kube-arangodb/tree/1.2.35/docs test@k8m:~$ kubectl --namespace "default" get arangodeployments No resources found in default namespace.
@SalihAinqa you have deployed operator, now you need to add ArangoDeployment. Here is an example: https://github.com/arangodb/kube-arangodb/blob/master/examples/simple-cluster.yaml