Skip to content

Commit

Permalink
change suggested namespace from service to sshd-service
Browse files Browse the repository at this point in the history
  • Loading branch information
JannikBadenhop committed Feb 6, 2024
1 parent 45fbb2c commit b447c20
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions infra-sshd/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ A bastion host (also jump server or jump service) is usually set up as a single

## TL;DR;
```
$ helm upgrade infra-sshd ./infra-sshd --install --create-namespace -n service
$ helm upgrade infra-sshd ./infra-sshd --install --create-namespace -n sshd-service
```

## Introduction
Expand All @@ -20,12 +20,12 @@ This chart can be installed in two flavors:
## Installing the chart
Prior to installing, please update the authorized keys file. This file is used to create a configmap which eventually tells the daemon which keys to grant access. Currently, only a "support" user is configured in the image. For scalability reasons, authorized key files are separated by users, e.g. user support: support_authorized_keys.
```
$ helm upgrade infra-sshd ./infra-sshd --install --create-namespace -n service
$ helm upgrade infra-sshd ./infra-sshd --install --create-namespace -n sshd-service
```

## Uninstalling the chart
```
$ helm -n service delete infra-sshd
$ helm -n sshd-service delete infra-sshd
```

## Parameters
Expand Down

0 comments on commit b447c20

Please sign in to comment.