Skip to content
Snippets Groups Projects
Commit 74e9e5f4 authored by nabil.abdennad's avatar nabil.abdennad
Browse files

secrets

parent 7a21292b
Branches
No related tags found
No related merge requests found
...@@ -102,7 +102,7 @@ Both the `data-retrieval` and `forecast` folders have the following structure: ...@@ -102,7 +102,7 @@ Both the `data-retrieval` and `forecast` folders have the following structure:
### Task 2: Data Retrieval deployment ### Task 2: Data Retrieval deployment
The data-retrieval module must access the S3 object storage to read the CSV file containing the electrical consumption. You must therfore use the AWS Acess key and secret key. We use "secrets" to propagate confidential data through the cluster. Read the data-retrieval-deployment.yaml carefully and spot the name of the secrets used. The secrets must be generated by the following command: The data-retrieval module must access the S3 object storage to read the CSV file containing the electrical consumption. You must therfore use the AWS Acess key and secret key. We use "secrets" to propagate confidential data through the cluster. Read the data-retrieval-deployment.yaml carefully and find out where the secrets should be used. The secrets must be generated by the following command:
```bash ```bash
kubectl create secret generic <name-of-the-secrets> \ kubectl create secret generic <name-of-the-secrets> \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment