File tree Expand file tree Collapse file tree 3 files changed +3
-8
lines changed
content/publish-resources Expand file tree Collapse file tree 3 files changed +3
-8
lines changed Original file line number Diff line number Diff line change @@ -139,7 +139,6 @@ conventions of whatever tooling ultimately processes the resources locally.
139139
140140This snippet shows the implicit default configuration :
141141
142- {% raw %}
143142` ` ` yaml
144143apiVersion: syncagent.kcp.io/v1alpha1
145144kind: PublishedResource
@@ -151,7 +150,6 @@ spec:
151150 namespace: '{{ .ClusterName }}'
152151 name: '{{ .Object.metadata.namespace | sha3short }}-{{ .Object.metadata.name | sha3short }}'
153152` ` `
154- {% endraw %}
155153
156154This configuration ensures that no collisions will happen : Each workspace in
157155kcp will create a namespace on the local cluster, with a combination of namespace and name hashes
Original file line number Diff line number Diff line change 11mike == 2.1.3
22mkdocs == 1.5.3
33mkdocs-awesome-pages-plugin == 2.9.2
4- mkdocs-macros-plugin == 1.0.5
4+ mkdocs-macros-plugin == 1.3.7
55mkdocs-material == 9.5.17
66mkdocs-material-extensions == 1.3.1
77mkdocs-static-i18n == 1.2.2
Original file line number Diff line number Diff line change 1414# See the License for the specific language governing permissions and
1515# limitations under the License.
1616
17- set -o errexit
18- set -o nounset
19- set -o pipefail
20- set -o xtrace
17+ set -euo pipefail
2118
2219REPO_ROOT=$( cd " $( dirname " ${BASH_SOURCE[0]} " ) /../.." && pwd)
2320cd " $REPO_ROOT /docs"
4037 fi
4138fi
4239
43- MIKE_OPTIONS=()
40+ MIKE_OPTIONS=(--strict )
4441MIKE_DEPLOY_OPTIONS=()
4542MIKE_ALIASES=()
4643
You can’t perform that action at this time.
0 commit comments