Просмотр исходного кода

add server side apply to rook for crds

Josh Bicking 2 недель назад
Родитель
Сommit
e2fd34fb29
1 измененных файлов с 2 добавлено и 0 удалено
  1. 2 0
      backup/applications.yaml

+ 2 - 0
backup/applications.yaml

@@ -58,6 +58,7 @@ spec:
   syncPolicy:
   syncPolicy:
     syncOptions:
     syncOptions:
       - CreateNamespace=true
       - CreateNamespace=true
+      - ServerSideApply=true
     automated:
     automated:
       enabled: true
       enabled: true
 ---
 ---
@@ -87,5 +88,6 @@ spec:
   syncPolicy:
   syncPolicy:
     syncOptions:
     syncOptions:
       - CreateNamespace=true
       - CreateNamespace=true
+      - ServerSideApply=true
     automated:
     automated:
       enabled: true
       enabled: true