Skip to content

Fly.io development #3

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 16 commits into
base: main
Choose a base branch
from
Open

Fly.io development #3

wants to merge 16 commits into from

Conversation

jsierles
Copy link
Member

@jsierles jsierles commented Feb 11, 2025

This is a development branch for merging fixes into. This is where we should take releases for testing in FKS clusters.

if pgbackrest := postgresCluster.Spec.Backups.PGBackRest; pgbackrest.RepoHost != nil &&
len(pgbackrest.RepoHost.Sidecars) > 0 {
// Add each sidecar container to the pod spec
repo.Spec.Template.Spec.Containers = append(
Copy link
Member

@senyosimpson senyosimpson Mar 11, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

fwiw, you'd actually want to add this to initContainers and have a restart policy set to Always for the container. that ensures it actually starts before the main program

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants