Skip to content

Commit

Permalink
Update documentation
Browse files Browse the repository at this point in the history
Signed-off-by: Matthew DeVenny <matt@boxboat.com>
  • Loading branch information
matthewdevenny committed May 7, 2024
1 parent 15d6129 commit 6e2afc3
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ The operator supports auto rolling updates for `Deployments`, `StatefulSets` and
The operator installation deploys the CRDs, the controller and a mutating webhook to provide auto updates for types mentioned above.

## Usage
1. Install Helm charts from [dockhand-charts](https://github.com/boxboat/dockhand-charts)
1. Install Helm charts from [dockhand-charts](https://github.com/boxboat/dockhand-secrets-operator/charts)
2. Configure Operator with `DockhandSecretsProfile` to connect `dockhand-secrets-operator` to 1 or more Secrets Managers
3. Create `DockhandSecrets` to manage `Secrets` required by your applications.

Expand Down
10 changes: 5 additions & 5 deletions docs/content/usage/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,18 +15,18 @@ This page tells you how to get started with the dockhand-secrets-operator, inclu
- dockhand-secrets-operator-crd
- dockhand-secrets-operator

These charts can be found in the [dockhand-charts](https://github.com/boxboat/dockhand-charts) repository.
These charts can be found in the [charts](https://github.com/boxboat/dockhand-secrets-operator/charts) directory.

```Shell
# install dockhand-secrets-operator-crd
helm repo add dockhand https://dockhand-charts.storage.googleapis.com
helm repo add dso https://boxboat.github.io/dockhand-secrets-operator/charts
helm repo update
helm install --namespace dockhand-secrets-operator dockhand/dockhand-secrets-operator-crd
helm install --namespace dockhand-secrets-operator dso/dockhand-secrets-operator-crd

# install dockhand-secrets-operator
helm repo add dockhand https://dockhand-charts.storage.googleapis.com
helm repo add dso https://boxboat.github.io/dockhand-secrets-operator/charts
helm repo update
helm install --namespace dockhand-secrets-operator dockhand/dockhand-secrets-operator
helm install --namespace dockhand-secrets-operator dso/dockhand-secrets-operator
```

## Add Dockhand Profile
Expand Down

0 comments on commit 6e2afc3

Please sign in to comment.