We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
There is a step in our CI workflow to verify that "Verify deploying operator via kustomize works"
gateway-operator/.github/workflows/tests.yaml
Lines 120 to 121 in 59a41a6
It ran make deploy
make deploy
gateway-operator/Makefile
Lines 641 to 651 in 59a41a6
In most cases, it is correct and can be used to verify that our YAML works properly.
It uses an already published image. This process will fail if we add new command line parameters or new features for KGO. e.g. #956
https://github.com/Kong/gateway-operator/actions/runs/12686938913/job/35360290587?pr=956
Build the image using the current code and load it into the kind cluster. Then use that image to verify if it works properly.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Problem Statement
There is a step in our CI workflow to verify that "Verify deploying operator via kustomize works"
gateway-operator/.github/workflows/tests.yaml
Lines 120 to 121 in 59a41a6
It ran
make deploy
gateway-operator/Makefile
Lines 641 to 651 in 59a41a6
In most cases, it is correct and can be used to verify that our YAML works properly.
It uses an already published image. This process will fail if we add new command line parameters or new features for KGO.
e.g. #956
https://github.com/Kong/gateway-operator/actions/runs/12686938913/job/35360290587?pr=956
Proposed Solution
Build the image using the current code and load it into the kind cluster. Then use that image to verify if it works properly.
Additional Information
Acceptance Criteria
The text was updated successfully, but these errors were encountered: