Skip to content

Commit 55b3bd0

Browse files
Changed target enable-cert-generation to enable-cert-rotation
Signed-off-by: Patryk Strusiewicz-Surmacki <patryk-pawel.strusiewicz-surmacki@external.telekom.de>
1 parent 336fe34 commit 55b3bd0

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ jobs:
102102
go-version: ${{ env.go-version }}
103103
cache-dependency-path: "**/go.sum"
104104
- run: make image
105-
- run: make enable-certs-generation
105+
- run: make enable-certs-rotation
106106
working-directory: v2/e2e
107107
- run: make start KUBERNETES_VERSION=${{ matrix.kindest-node }}
108108
working-directory: v2/e2e

docs/setup.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -51,12 +51,12 @@ config/default/cert.pem config/default/egress-key.pem config/default/ip
5151
config/default/egress-cert.pem config/default/ipam-cert.pem config/default/key.pem
5252
```
5353

54-
### Enable automatic certs generation
54+
### Enable automatic certs rotation
5555

56-
Run `make enable-certs-generation` under `v2/` directory to enable automatic certificate generation in `coil`.
56+
Run `make enable-certs-rotation` under `v2/` directory to enable automatic certificate generation in `coil`.
5757

5858
```console
59-
$ make enable-certs-generation
59+
$ make enable-certs-rotation
6060
```
6161

6262
This will configure the kustomization files that will can be later used by `make install-coil` target.

0 commit comments

Comments
 (0)