From 33655103daa28b52771245471f11ef30cdcee867 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=A9dric=20Verstraeten?= Date: Wed, 20 Apr 2022 21:29:10 +0200 Subject: [PATCH] fix --- content/enterprise/self-signed/index.md | 1 - 1 file changed, 1 deletion(-) diff --git a/content/enterprise/self-signed/index.md b/content/enterprise/self-signed/index.md index 115d6d9..488f13e 100644 --- a/content/enterprise/self-signed/index.md +++ b/content/enterprise/self-signed/index.md @@ -39,7 +39,6 @@ By creating the configmap, the file contents of your `ca-certificates.crt` will To inject your certificates file into your Kerberos Agents, you'll need to make Kerberos Factory aware of the configmap `rootcerts` that holds the certificate file. Go to your relevant `deployment.yaml` file and specify the name of your configmap in `CERTIFICATES_CONFIGMAP` variable. - - name: CERTIFICATES_CONFIGMAP value: "rootcerts"