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

feat(helm): Make the secret to start the deployment mandatory and variabilize secret name #445

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

Conversation

alistarle
Copy link
Contributor

What type of PR is this?

/kind bug

What this PR does / why we need it:

It will prevent pod to start when the outscale credential secret is not found, and variabilize the secret name in values

Which issue(s) this PR fixes :
Fixes #444

TODOs:

  • squashed commits
  • includes documentation
  • adds unit tests

alistarle and others added 3 commits February 8, 2025 19:26
Moving the --watch-filter argument from kube-rbac-proxy container to manager one to be really applied

Fix outscale#442
fix(helm): Fix watch-filter argument making pods crashing
@alistarle alistarle changed the title Fix/secret not optionnal feat(helm): Make the secret to start the deployment mandatory and variabilize secret name Feb 10, 2025
@@ -36,9 +36,6 @@ spec:
- --upstream=http://127.0.0.1:8080/
- --logtostderr=true
- --v={{ .verbosity }}
{{- if .watchFilter }}
Copy link
Contributor

Choose a reason for hiding this comment

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

A little creep from another PR ?

Copy link
Contributor

Choose a reason for hiding this comment

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

@alistarle Can you rebase ?

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

Successfully merging this pull request may close these issues.

[Bug]: Outscale secret should not be optionnal when starting the provider
2 participants