cloud-ark / kubeplus

Kubernetes Operator for multi-instance multi-tenancy
https://cloudark.io/
Apache License 2.0
654 stars 78 forks source link

Day2 operation example. #1185

Closed eminalparslan closed 1 year ago

eminalparslan commented 1 year ago

New example showing how to perform day2 operations. Has two helm chart versions for a basic web app. The second version has a helm post-upgrade hook to add a new user to the database. Upgrading the instances (#1160) will perform the day2 operation on the running app instances.

Resolves: #1137

devdattakulkarni commented 1 year ago

The change to pass Mysql service name from values.yaml looks good.

Can you squash all the changes and force-push a new commit? I think this PR is ready for merge.

eminalparslan commented 1 year ago

Can you squash all the changes and force-push a new commit? I think this PR is ready for merge.

I looked more into this, and it seems like you might be able to squash and merge PRs without needing me to squash and force-push. I believe the arrow next to "Merge pull request" should have that option. You might need to enable it first in the repository.

This way you won't have to wait for me to squash commits before merging PRs.