Skip to content

Commit

Permalink
Add deployment docs for kopia repository server controller
Browse files Browse the repository at this point in the history
  • Loading branch information
kale-amruta committed May 26, 2023
1 parent 12fa310 commit 75eebd9
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions docs/install.rst
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,20 @@ like below:
--set bpValidatingWebhook.tls.secretName=tls-secret


Deploying Kopia Repository server controller
============================================

Kopia Repository server controller s not enabled by default. It can be deployed by setting the
`repositoryServerController.enabled` value as shown below

.. substitution-code-block:: bash

helm upgrade --install kanister kanister/kanister-operator --namespace kanister --create-namespace \
--set repositoryServerController.enabled=true

This will create another container in the kanister pod for kopia repository server controller.


Building and Deploying from Source
==================================

Expand Down

0 comments on commit 75eebd9

Please sign in to comment.