splunk / splunk-operator

Splunk Operator for Kubernetes
Other
210 stars 115 forks source link

CSPL-3060 - Avoid upgrade path during deployment creation #1399

Closed akondur closed 2 days ago

akondur commented 6 days ago

Addressing github issue #1390

Splunk Operator applies the upgrade path business logic regardless of whether deployments are getting created or upgraded. While we have to maintain the order in which we upgrade the Splunk Enterprise deployments, we can avoid it during creation.

akondur commented 2 days ago

Rest of the integration tests.