Skip to content

Commit 4de3a3b

Browse files
authored
[Feature] Clean old rotation methods (#547)
1 parent 964dea3 commit 4de3a3b

File tree

5 files changed

+8
-583
lines changed

5 files changed

+8
-583
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
# Change Log
22

33
## [master](https://github.com/arangodb/kube-arangodb/tree/master) (N/A)
4+
- Removed old rotation logic (rotation of ArangoDeployment may be enforced after Operator upgrade)
45
- Added UpToDate condition in ArangoDeployment Status
56

67
## [1.0.1](https://github.com/arangodb/kube-arangodb/tree/1.0.1) (2020-03-25)

pkg/deployment/reconcile/plan_builder.go

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -213,11 +213,6 @@ func createPlan(log zerolog.Logger, apiObject k8sutil.APIObject,
213213
plan = createRotateServerStoragePlan(log, apiObject, spec, status, context.GetPvc, context.CreateEvent)
214214
}
215215

216-
// Adjust security
217-
if plan.IsEmpty() {
218-
plan = createRotateServerSecurityPlan(log, spec, status, pods)
219-
}
220-
221216
// Check for the need to rotate TLS CA certificate and all members
222217
if plan.IsEmpty() {
223218
plan = createRotateTLSCAPlan(log, apiObject, spec, status, context.GetTLSCA, context.CreateEvent)

pkg/deployment/reconcile/plan_builder_probes_test.go

Lines changed: 0 additions & 123 deletions
This file was deleted.

0 commit comments

Comments
 (0)