Skip to content

Commit

Permalink
Fix woke
Browse files Browse the repository at this point in the history
Woke doesn't like non ascii characters
  • Loading branch information
kian99 committed May 7, 2024
1 parent da63a94 commit b5bf51d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion how-to/deploy_candid_k8s.rst
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,8 @@ Appendix
Don’t have a PostgreSQL database
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

In case you do not have access to a PostgreSQL database you can use Amazon’s RDS to create one. Navigate to the RDS console and select “Create database”. Under “Engine type” select “PostgreSQL”, specify “Master username” and “Master password”. Also make sure to select “Public access” as “Yes”. You can customise all other options to your preference. Once the database is created, navigate to the database’s dashboard. There you will see the “Endpoint” and “Port” strings, which you will need to connect to the database. Use the following command to configure Candid: :none:`wokeignore:rule=master,`
In case you do not have access to a PostgreSQL database you can use Amazon's RDS to create one. Navigate to the RDS console and select "Create database". Under "Engine type" select "PostgreSQL", specify "Master username" and "Master password". Also make sure to select "Public access" as "Yes". You can customise all other options to your preference. Once the database is created, navigate to the database's dashboard. There you will see the "Endpoint" and "Port" strings, which you will need to connect to the database. :none:`wokeignore:rule=master,`
Use the following command to configure Candid: :none:`wokeignore:rule=master,`

``juju config candid-k8s dns=postgres://<master username>:<master password>@<database endpoint>:<database port>/<database name>`` :none:`wokeignore:rule=master,`

Expand Down
2 changes: 1 addition & 1 deletion how-to/deploy_jimm_k8s.rst
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ Appendix
Don’t have a PostgreSQL database
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

In case you do not have access to a PostgreSQL database you can use Amazons RDS to create one. Navigate to the RDS console and select Create database. Under Engine type select PostgreSQL, specify Master username and Master password. Also make sure to select Public access as Yes. You can customise all other options to your preference. Once the database is created, navigate to the databases dashboard. There you will see the Endpoint and Port strings, which you will need to connect to the database. Use the following command to configure JIMM: :none:`wokeignore:rule=master,`
In case you do not have access to a PostgreSQL database you can use Amazon's RDS to create one. Navigate to the RDS console and select "Create database". Under "Engine type" select "PostgreSQL", specify "Master username" and "Master password". Also make sure to select "Public access" as "Yes". You can customise all other options to your preference. Once the database is created, navigate to the database's dashboard. There you will see the "Endpoint" and "Port" strings, which you will need to connect to the database. Use the following command to configure JIMM: :none:`wokeignore:rule=master,`

``juju config jimm-k8s dns=postgres://<master username>:<master password>@<database endpoint>:<database port>/<database name>`` :none:`wokeignore:rule=master,`

Expand Down

0 comments on commit b5bf51d

Please sign in to comment.