Skip to content

Commit b022c54

Browse files
authored
chore(docs): Typo in config file creation [skip ci]
1 parent ea90ebf commit b022c54

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/getting-started.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ make docker-build DOCKER_REGISTRY=<your container registry> DOCKER_IMAGE_NAME=ke
8686
```shell
8787
kubectl apply \
8888
--namespace ejbca-signer-system \
89-
--from-file=ejbca-signer-config.yaml
89+
-f ejbca-signer-config.yaml
9090
```
9191

9292
All fields in the ConfigMap can be overridden using annotations from the CSR at runtime. See the [Annotation Overrides for the EJBCA K8s CSR Signer](annotations.markdown) guide for more information.

0 commit comments

Comments
 (0)