From 0e6626f0ff8a50283a33d1266786694a4d576c51 Mon Sep 17 00:00:00 2001 From: Andrew Kenworthy Date: Thu, 31 Oct 2024 16:47:13 +0100 Subject: [PATCH] use server-side to ensure null fields are not overwritten --- docs/modules/druid/examples/getting_started/getting_started.sh | 2 +- .../druid/examples/getting_started/getting_started.sh.j2 | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/modules/druid/examples/getting_started/getting_started.sh b/docs/modules/druid/examples/getting_started/getting_started.sh index 76116398..b3954374 100755 --- a/docs/modules/druid/examples/getting_started/getting_started.sh +++ b/docs/modules/druid/examples/getting_started/getting_started.sh @@ -114,7 +114,7 @@ kubectl rollout status --watch statefulset/simple-hdfs-namenode-default --timeou echo "Install DruidCluster from druid.yaml" # tag::install-druid[] -kubectl apply -f druid.yaml +kubectl apply --server-side -f druid.yaml # end::install-druid[] for (( i=1; i<=15; i++ )) diff --git a/docs/modules/druid/examples/getting_started/getting_started.sh.j2 b/docs/modules/druid/examples/getting_started/getting_started.sh.j2 index f4a07614..6d7422ba 100755 --- a/docs/modules/druid/examples/getting_started/getting_started.sh.j2 +++ b/docs/modules/druid/examples/getting_started/getting_started.sh.j2 @@ -114,7 +114,7 @@ kubectl rollout status --watch statefulset/simple-hdfs-namenode-default --timeou echo "Install DruidCluster from druid.yaml" # tag::install-druid[] -kubectl apply -f druid.yaml +kubectl apply --server-side -f druid.yaml # end::install-druid[] for (( i=1; i<=15; i++ ))