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

Deployment is not happening upon secret update #850

Open
Ashish04121997 opened this issue Mar 3, 2025 · 2 comments
Open

Deployment is not happening upon secret update #850

Ashish04121997 opened this issue Mar 3, 2025 · 2 comments

Comments

@Ashish04121997
Copy link

Ashish04121997 commented Mar 3, 2025

I'm facing an issue where I'm unable to detect changes in Kubernetes secrets. I wanted to verify if the Reloader is functioning correctly, but the pod's output looks like this:


time="2025-03-03T07:37:16Z" level=info msg="Environment: Kubernetes"
time="2025-03-03T07:37:16Z" level=info msg="Starting Reloader"
time="2025-03-03T07:37:16Z" level=warning msg="KUBERNETES_NAMESPACE is unset, will detect changes in all namespaces."
time="2025-03-03T07:37:16Z" level=info msg="created controller for: configMaps"
time="2025-03-03T07:37:16Z" level=info msg="Starting Controller to watch resource type: configMaps"
time="2025-03-03T07:37:16Z" level=info msg="created controller for: secrets"
time="2025-03-03T07:37:16Z" level=info msg="Starting Controller to watch resource type: secrets"

However, according to the official documentation, if the Reloader is working properly, the expected output should be something like:

Changes Detected in test-object of type 'SECRET' in namespace: test-reloader

Updated test-resource of type Deployment in namespace: test-reloader

I'm unable to troubleshoot this any further.

@MuneebAijaz
Copy link
Contributor

can you pls share the manifests for deployment and secret/configmap, also the settings in which reloader is configured (helm values file or reloader deployment yaml) ?

@faizanahmad055
Copy link
Contributor

Alongside the manifests, please also share if the secret and deployment are in the same namespace. And if the reloader is running globally to watch all namespaces or a certain namespace.

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

No branches or pull requests

3 participants