Skip to content
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

Fix an issue where ingress was being reconcilled when it is not specified in the specs #4

Merged
merged 3 commits into from
Nov 1, 2023

Conversation

ranyodh
Copy link
Collaborator

@ranyodh ranyodh commented Nov 1, 2023

If spec.components.core.ingress is not specified, the operator was still trying to create ingress resource and failing.
This PR checks if ingress is specified before creating ingress resource.

The PR also includes Github Actions changes:

  • When PR is created, runs build
  • when PR is merged, run build-and-push

Copy link
Contributor

@sakshisharma84 sakshisharma84 left a comment

Choose a reason for hiding this comment

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

LGTM

@ranyodh ranyodh merged commit bafbdec into main Nov 1, 2023
1 check passed
@ranyodh ranyodh deleted the fix-ingress-reconcile branch February 9, 2024 19:39
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.

3 participants