diff --git a/deploy/charts/cert-manager/crds/clusterissuers.yaml b/deploy/charts/cert-manager/crds/clusterissuers.yaml index ba93c0ccf..7ac0e1cf2 100644 --- a/deploy/charts/cert-manager/crds/clusterissuers.yaml +++ b/deploy/charts/cert-manager/crds/clusterissuers.yaml @@ -1473,10 +1473,11 @@ spec: - secretRef properties: mountPath: - description: The vault here is the path to use when authenticating - with vault, for example setting a value to `/v1/auth/foo/login`. - If unspecified, the default value "/v1/auth/kubernetes/login" - will be used. + description: The Vault mountPath here is the mount path + to use when authenticating with Vault. For example, setting + a value to `/v1/auth/foo`, will use the path `/v1/auth/foo/login` + to authenticate with Vault. If unspecified, the default + value "/v1/auth/kubernetes" will be used. type: string role: description: A required field containing the Vault Role diff --git a/deploy/charts/cert-manager/crds/issuers.yaml b/deploy/charts/cert-manager/crds/issuers.yaml index d7382c669..cc53bc178 100644 --- a/deploy/charts/cert-manager/crds/issuers.yaml +++ b/deploy/charts/cert-manager/crds/issuers.yaml @@ -1473,10 +1473,11 @@ spec: - secretRef properties: mountPath: - description: The vault here is the path to use when authenticating - with vault, for example setting a value to `/v1/auth/foo/login`. - If unspecified, the default value "/v1/auth/kubernetes/login" - will be used. + description: The Vault mountPath here is the mount path + to use when authenticating with Vault. For example, setting + a value to `/v1/auth/foo`, will use the path `/v1/auth/foo/login` + to authenticate with Vault. If unspecified, the default + value "/v1/auth/kubernetes" will be used. type: string role: description: A required field containing the Vault Role diff --git a/deploy/manifests/00-crds.yaml b/deploy/manifests/00-crds.yaml index 0f555c59e..a575729c9 100644 --- a/deploy/manifests/00-crds.yaml +++ b/deploy/manifests/00-crds.yaml @@ -3257,10 +3257,11 @@ spec: - secretRef properties: mountPath: - description: The vault here is the path to use when authenticating - with vault, for example setting a value to `/v1/auth/foo/login`. - If unspecified, the default value "/v1/auth/kubernetes/login" - will be used. + description: The Vault mountPath here is the mount path + to use when authenticating with Vault. For example, setting + a value to `/v1/auth/foo`, will use the path `/v1/auth/foo/login` + to authenticate with Vault. If unspecified, the default + value "/v1/auth/kubernetes" will be used. type: string role: description: A required field containing the Vault Role @@ -4911,10 +4912,11 @@ spec: - secretRef properties: mountPath: - description: The vault here is the path to use when authenticating - with vault, for example setting a value to `/v1/auth/foo/login`. - If unspecified, the default value "/v1/auth/kubernetes/login" - will be used. + description: The Vault mountPath here is the mount path + to use when authenticating with Vault. For example, setting + a value to `/v1/auth/foo`, will use the path `/v1/auth/foo/login` + to authenticate with Vault. If unspecified, the default + value "/v1/auth/kubernetes" will be used. type: string role: description: A required field containing the Vault Role diff --git a/docs/generated/reference/output/reference/api-docs/index.html b/docs/generated/reference/output/reference/api-docs/index.html index 616326daf..e68d6d8a3 100755 --- a/docs/generated/reference/output/reference/api-docs/index.html +++ b/docs/generated/reference/output/reference/api-docs/index.html @@ -2691,7 +2691,7 @@ Appears In:
mountPath/v1/auth/foo/login. If unspecified, the default value "/v1/auth/kubernetes/login" will be used./v1/auth/foo, will use the path /v1/auth/foo/login to authenticate with Vault. If unspecified, the default value "/v1/auth/kubernetes" will be used.role