Orange-OpenSource / casskop

This Kubernetes operator automates the Cassandra operations such as deploying a new rack aware cluster, adding/removing nodes, configuring the C* and JVM parameters, upgrading JVM and C* versions, and many more...
https://orange-opensource.github.io/casskop/
Apache License 2.0
183 stars 54 forks source link

Add check if cassandraBackup.Annotations map is nil before assignement #291

Closed PERES-Richard closed 3 years ago

PERES-Richard commented 3 years ago
Q A
Bug fix? [x]
License Apache 2.0

What's in this PR?

Add a map is nil check before setting last applied action on CassandraBackup.

Why?

To avoid error when there's no annotation(s) (and so the map is nil).

Checklist