You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Description: "When 'true' compress the lastAppliedConfig annotation for resources that otherwise would exceed K8s' max annotation size. All other resources use the regular uncompressed annotation. Set to 'false' to disable compression entirely.",
77
81
},
82
+
"server_side_apply": {
83
+
Type: schema.TypeBool,
84
+
Optional: true,
85
+
Default: true,
86
+
Description: "When 'true' use server-side apply.",
87
+
},
88
+
"server_side_apply_force": {
89
+
Type: schema.TypeBool,
90
+
Optional: true,
91
+
Default: true,
92
+
Description: "When 'true' the server-side apply will overwrite any managed fields that another owner has claimed.",
0 commit comments