From 0057f8f2ecff5a19c3ea9dd68b940faf6b978da3 Mon Sep 17 00:00:00 2001 From: Lucas Fontes Date: Mon, 22 Jul 2024 13:09:38 -0300 Subject: [PATCH] Fixing template additions indentation Signed-off-by: Lucas Fontes --- examples/full-config/wasmcloud-annotated.yaml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/examples/full-config/wasmcloud-annotated.yaml b/examples/full-config/wasmcloud-annotated.yaml index f5eacec..49baf22 100644 --- a/examples/full-config/wasmcloud-annotated.yaml +++ b/examples/full-config/wasmcloud-annotated.yaml @@ -82,10 +82,10 @@ spec: wasmCloudHost: requests: cpu: 100m - # Optional: Any additional pod template settings to apply to the wasmCloud host pods. - # See https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.29/#podspec-v1-core for all valid options. - # Note that you *cannot* set the `containers` field here as it is managed by the controller. - podTemplateAdditions: - spec: - nodeSelector: - kubernetes.io/os: linux + # Optional: Any additional pod template settings to apply to the wasmCloud host pods. + # See https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.29/#podspec-v1-core for all valid options. + # Note that you *cannot* set the `containers` field here as it is managed by the controller. + podTemplateAdditions: + spec: + nodeSelector: + kubernetes.io/os: linux