Fix karmada crds being too big
Signed-off-by: pigletfly <wangbing.adam@gmail.com>
This commit is contained in:
parent
7ed9c62651
commit
75800f197f
|
@ -199,7 +199,7 @@ spec:
|
||||||
- |
|
- |
|
||||||
bash <<'EOF'
|
bash <<'EOF'
|
||||||
set -ex
|
set -ex
|
||||||
kubectl apply -f /opt/configs/
|
kubectl apply --server-side -f /opt/configs/
|
||||||
EOF
|
EOF
|
||||||
volumeMounts:
|
volumeMounts:
|
||||||
- name: mount
|
- name: mount
|
||||||
|
|
Loading…
Reference in New Issue