Skip to content

Commit 9e0032a

Browse files
committed
fix: ERROR: Malformed table
1 parent f48f5f7 commit 9e0032a

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

doc/source/configuration/ci-cd.rst

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -143,22 +143,22 @@ Workflow Deployment
143143
+-----------------------------------+----------------------------------------------+
144144
| KAYOBE_AUTOMATION_SSH_PRIVATE_KEY | <ENV_NAME>_KAYOBE_AUTOMATION_SSH_PRIVATE_KEY |
145145
+-----------------------------------+----------------------------------------------+
146-
| KAYOBE_VAULT_PASSWORD | <ENV_NAME>_KAYOBE_VAULT_PASSWORD |
146+
| KAYOBE_VAULT_PASSWORD | <ENV_NAME>_KAYOBE_VAULT_PASSWORD |
147147
+-----------------------------------+----------------------------------------------+
148148
| REGISTRY_PASSWORD | <ENV_NAME>_REGISTRY_PASSWORD |
149149
+-----------------------------------+----------------------------------------------+
150-
| TEMPEST_OPENRC | <ENV_NAME>_TEMPEST_OPENRC |
150+
| TEMPEST_OPENRC | <ENV_NAME>_TEMPEST_OPENRC |
151151
+-----------------------------------+----------------------------------------------+
152152

153-
+----------------------------------------------+
154-
| VARIABLES |
155-
+====================+=========================+
156-
| Single Environment | Multiple Environments |
157-
+--------------------+-------------------------+
158-
| REGISTRY_URL | <ENV_NAME>_REGISTRY_URL |
159-
+--------------------+-------------------------+
153+
+-------------------------------------------------------+
154+
| VARIABLES |
155+
+====================+==================================+
156+
| Single Environment | Multiple Environments |
157+
+--------------------+----------------------------------+
158+
| REGISTRY_URL | <ENV_NAME>_REGISTRY_URL |
159+
+--------------------+----------------------------------+
160160
| REGISTRY_USERNAME | <ENV_NAME>_REGISTRY_USERNAME |
161-
+--------------------+-------------------------+
161+
+--------------------+----------------------------------+
162162

163163
Note the above tables shows the secrets and variables one may need to add to GitHub for a successful deployment.
164164
When adding secrets and variables make sure to adhere to the naming standards and ensure the :code:`<ENV_NAME>` is replaced with all supported kayobe environments in uppercase.

0 commit comments

Comments
 (0)