We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0bcbf92 commit 67d8458Copy full SHA for 67d8458
README.md
@@ -49,7 +49,7 @@ Kubero brings the convinience of Heroku/platform.sh to your kubernetes cluster.
49
50
## Create and deploy the secrets
51
```bash
52
-curl -sL https://raw.githubusercontent.com/kubero-dev/kubero-operator/main/helm-charts/kubero/secrets.yaml.example secrets.yaml
+curl -sL https://raw.githubusercontent.com/kubero-dev/kubero-operator/main/helm-charts/kubero/secrets.yaml.example > secrets.yaml
53
# Edit the secret with your credentials
54
kubectl apply -f secrets.yaml -n kubero
55
```
0 commit comments