File tree Expand file tree Collapse file tree 2 files changed +22
-2
lines changed
docs/content/publish-resources Expand file tree Collapse file tree 2 files changed +22
-2
lines changed Original file line number Diff line number Diff line change
1
+ # Copyright 2025 The KCP Authors.
2
+ #
3
+ # Licensed under the Apache License, Version 2.0 (the "License");
4
+ # you may not use this file except in compliance with the License.
5
+ # You may obtain a copy of the License at
6
+ #
7
+ # http://www.apache.org/licenses/LICENSE-2.0
8
+ #
9
+ # Unless required by applicable law or agreed to in writing, software
10
+ # distributed under the License is distributed on an "AS IS" BASIS,
11
+ # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12
+ # See the License for the specific language governing permissions and
13
+ # limitations under the License.
14
+
15
+ # configuration for https://github.com/crate-ci/typos
16
+
17
+ [default .extend-identifiers ]
18
+ 73d08a1ba188f1340dae = " 73d08a1ba188f1340dae"
19
+ ANDed = " ANDed"
20
+ nd = " nd"
Original file line number Diff line number Diff line change @@ -335,7 +335,7 @@ spec:
335
335
naming:
336
336
# this is where our CA and Issuer live in this example
337
337
namespace: kube-system
338
- # need to adjust it to prevent collions (normally clustername is the namespace)
338
+ # need to adjust it to prevent collisions (normally clustername is the namespace)
339
339
name: "{{ .ClusterName }}-{{ .Object.metadata.namespace | sha3short }}-{{ .Object.metadata.name | sha3short }}"
340
340
341
341
related:
@@ -643,7 +643,7 @@ spec:
643
643
naming :
644
644
# this is where our CA and Issuer live in this example
645
645
namespace : kube-system
646
- # need to adjust it to prevent collions (normally clustername is the namespace)
646
+ # need to adjust it to prevent collisions (normally clustername is the namespace)
647
647
name : " {{ .ClusterName }}-{{ .Object.metadata.namespace | sha3short }}-{{ .Object.metadata.name | sha3short }}"
648
648
649
649
related :
You can’t perform that action at this time.
0 commit comments