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

doesn't trigger the update event when the file content of the sealed secret has been changed #2

Closed
rockyhmchen opened this issue Feb 5, 2020 · 1 comment
Labels
bug Something isn't working

Comments

@rockyhmchen
Copy link
Owner

rockyhmchen commented Feb 5, 2020

Reproduce steps

  1. Regenerate a sealed secret (YAML)
  2. Run terraform apply

Expected:
The plan should display the change

Actual:
The plan doesn't show the change

Root cause:
The update event isn't been triggered since the change is in the YAML file instead of in the sealedsecret resource.

@rockyhmchen rockyhmchen added the bug Something isn't working label Feb 5, 2020
@rockyhmchen
Copy link
Owner Author

Resolved on v0.1.1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant