From 1627ea98a30187c5375188e9b846d859a1dbb850 Mon Sep 17 00:00:00 2001 From: Christoph Mewes Date: Thu, 19 Jun 2025 14:38:39 +0200 Subject: [PATCH] fix typos On-behalf-of: @SAP christoph.mewes@sap.com --- .typos.toml | 20 ++++++++++++++++++++ docs/content/publish-resources/index.md | 4 ++-- 2 files changed, 22 insertions(+), 2 deletions(-) create mode 100644 .typos.toml diff --git a/.typos.toml b/.typos.toml new file mode 100644 index 0000000..2ab9563 --- /dev/null +++ b/.typos.toml @@ -0,0 +1,20 @@ +# Copyright 2025 The KCP Authors. +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + +# configuration for https://github.com/crate-ci/typos + +[default.extend-identifiers] +73d08a1ba188f1340dae = "73d08a1ba188f1340dae" +ANDed = "ANDed" +nd = "nd" diff --git a/docs/content/publish-resources/index.md b/docs/content/publish-resources/index.md index 73c14a1..01291b3 100644 --- a/docs/content/publish-resources/index.md +++ b/docs/content/publish-resources/index.md @@ -335,7 +335,7 @@ spec: naming: # this is where our CA and Issuer live in this example namespace: kube-system - # need to adjust it to prevent collions (normally clustername is the namespace) + # need to adjust it to prevent collisions (normally clustername is the namespace) name: "{{ .ClusterName }}-{{ .Object.metadata.namespace | sha3short }}-{{ .Object.metadata.name | sha3short }}" related: @@ -643,7 +643,7 @@ spec: naming: # this is where our CA and Issuer live in this example namespace: kube-system - # need to adjust it to prevent collions (normally clustername is the namespace) + # need to adjust it to prevent collisions (normally clustername is the namespace) name: "{{ .ClusterName }}-{{ .Object.metadata.namespace | sha3short }}-{{ .Object.metadata.name | sha3short }}" related: