Fix karmada crds being too big

Signed-off-by: pigletfly <wangbing.adam@gmail.com>
This commit is contained in:
pigletfly 2022-03-07 16:14:30 +08:00
parent 7ed9c62651
commit 75800f197f
1 changed files with 1 additions and 1 deletions

View File

@ -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