kfehrenbach
Results
3
comments of
kfehrenbach
For me this is working within a deployment. Here is my YAML, so you can compare: ``` apiVersion: apps/v1beta2 kind: Deployment metadata: labels: app: elasticdump name: elasticdump spec: replicas: 1...
I had the same error with a $ in my password. The problem was the base64 encoding! In the setup instructions there is a command `echo -n password | base64`...
Same here!