Skip to content

Commit 8055089

Browse files
authored
use server-side to ensure null fields are not overwritten (#643)
1 parent 5ecfb7b commit 8055089

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/modules/druid/examples/getting_started/getting_started.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ kubectl rollout status --watch statefulset/simple-hdfs-namenode-default --timeou
114114

115115
echo "Install DruidCluster from druid.yaml"
116116
# tag::install-druid[]
117-
kubectl apply -f druid.yaml
117+
kubectl apply --server-side -f druid.yaml
118118
# end::install-druid[]
119119

120120
for (( i=1; i<=15; i++ ))

docs/modules/druid/examples/getting_started/getting_started.sh.j2

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ kubectl rollout status --watch statefulset/simple-hdfs-namenode-default --timeou
114114

115115
echo "Install DruidCluster from druid.yaml"
116116
# tag::install-druid[]
117-
kubectl apply -f druid.yaml
117+
kubectl apply --server-side -f druid.yaml
118118
# end::install-druid[]
119119

120120
for (( i=1; i<=15; i++ ))

0 commit comments

Comments
 (0)