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

Error: exit status 1 when destroy a sealed secret resource #3

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

Comments

@rockyhmchen
Copy link
Owner

rockyhmchen commented Feb 5, 2020

Reproduce steps

  1. Manually delete a secret from Kubernetes
  2. Remove a sealedsecret resource
  3. Run terraform apply
  4. Say yes

Expected:
Should not throw any error

Actual:
The console shows Error: exit status 1

Root cause:
the error is thrown from executing kubectl delete secret command

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

Fixed @0.1.2

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