Skip to content

Commit

Permalink
rework documentation wording
Browse files Browse the repository at this point in the history
  • Loading branch information
estenrye committed Jul 19, 2021
1 parent 24d42aa commit 168db57
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions step-certificates/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ inject:
provisioner_password: Cg==

x509:
# enabled disables injection of x509 certificates and keys when set to false.
# enabled enables injection of x509 certificates and keys when set to true.
enabled: true
# intermediate_ca_key contains the contents of your encrypted intermediate CA key
intermediate_ca_key: ""
Expand All @@ -154,7 +154,7 @@ inject:
# -----END EC PRIVATE KEY-----

ssh:
# enabled disables injection of ssh certificates and keys when set to false.
# enabled enables injection of ssh certificates and keys when set to true.
enabled: true
# ssh_host_ca_key contains the contents of your encrypted SSH Host CA key
host_ca_key: ""
Expand Down

0 comments on commit 168db57

Please sign in to comment.