Skip to content

Commit

Permalink
What need to be replace in secret template
Browse files Browse the repository at this point in the history
  • Loading branch information
vincentBaer authored and Vincent Baer committed Jan 24, 2024
1 parent 52208b1 commit 553ea7b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docs/development.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,9 @@ Make sure to copy, edit and deploy your own [secrets.yml](../deploy/secrets.exam
kubectl apply -f deploy/secrets.yaml
```

**Replace only MY_AWS_ACCESS_KEY_ID with your outscale access key, MY_AWS_SECRET_ACCESS_KEY with your outscale secret key and MY_AWS_DEFAULT_REGION with your outscale region.**


Install/upgrade your CCM with your "dev" image:
```
helm upgrade --install --wait --wait-for-jobs k8s-osc-ccm deploy/k8s-osc-ccm --set image.pullPolicy="Always" --set oscSecretName=osc-secret --set image.repository=10.0.1.10:32500/osc/cloud-provider-osc --set image.tag=dev
Expand Down

0 comments on commit 553ea7b

Please sign in to comment.