From a770d010e545024cce19c1579636b27cb8904593 Mon Sep 17 00:00:00 2001 From: Leonhardt Wille Date: Thu, 26 Sep 2024 16:08:55 +0200 Subject: [PATCH] docs(step-certificates): document usage of `hostAliases` value --- values/step-certificates/prod-values.example.yaml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/values/step-certificates/prod-values.example.yaml b/values/step-certificates/prod-values.example.yaml index 1964d96c2..274028d08 100644 --- a/values/step-certificates/prod-values.example.yaml +++ b/values/step-certificates/prod-values.example.yaml @@ -28,6 +28,12 @@ step-certificates: # - name: STEPDEBUG # value: "1" + # Set `hostAliases` to fix certificate revocation. This enables certificate revocation from within the Smallstep pod: + # step ca revoke --ca-url=https://acme.local.domain:9000 # Adjust the domain as needed + # hostAliases: + # - ip: 127.0.0.1 + # hostnames: [acme.local.domain] # Adjust the domain as needed + # ingress: # enabled: true # annotations: