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

Add a extra config to Statuscake provider #2

Merged
merged 20 commits into from
Oct 23, 2024

Conversation

matthijswolters-rl
Copy link
Collaborator

@matthijswolters-rl matthijswolters-rl commented Oct 2, 2024

The config options that have been added are:

How to test:

  1. run a local kubernetes cluster and set KUBECONFIG to the correct kubeconfig
  2. run make install in repo dir
  3. run the local docker registry docker run -d -p 5000:5000 --name registry registry:2
  4. build the image and push it
  • docker build -t localhost:5000/controller:latest .
  • docker push localhost:5000/controller:latest
  1. add the secret imc-config and test-secret and the endpoint monitor (ask me for the commands)
  2. run make deploy
  3. edit the deployment in ingressmonitorcontroller-system to use the image localhost:5000/controller:latest
  4. kill the pod so it pulls the most recent version

@matthijswolters-rl matthijswolters-rl force-pushed the feature/add-raw-post-data branch from e6d6ffe to 7e3e1e7 Compare October 2, 2024 12:34
@matthijswolters-rl matthijswolters-rl force-pushed the feature/add-raw-post-data branch from 424ed61 to 65ae645 Compare October 3, 2024 15:03
matthijswolters-rl added a commit that referenced this pull request Oct 4, 2024
matthijswolters-rl added a commit that referenced this pull request Oct 8, 2024
matthijswolters-rl added a commit that referenced this pull request Oct 15, 2024
* WIP add config option

* Update controller-gen version

Fixes the broken v0.9 of controller-gen because it causes a segfault
when running `make install`

* Update formatting for base CRDS

* Working read secret

* Fixed read secret

* Use new secret function not client function

* Revert random formatting changes

* More stupid formatting fixes

* Final formatting fixes

I don't like formatting :(

* Small fixes and docs update

* Update example

* Update CRDs

* Include explicit checking of keys

* Annotations update #2
Base automatically changed from feature/read-basicauth-from-secret to master October 15, 2024 14:07
@matthijswolters-rl matthijswolters-rl merged commit b97444a into master Oct 23, 2024
1 check passed
@matthijswolters-rl matthijswolters-rl deleted the feature/add-raw-post-data branch October 23, 2024 08:45
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