-
Notifications
You must be signed in to change notification settings - Fork 84
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
Something is broken in your create_fn
(K8s version 1.28.2)
#112
Comments
Caught the same error on chart version '0.2.1' (as in docs). |
@tgrushka I also have this issue. I try to add Kind: ClusterSecret
apiVersion: clustersecret.io/v1
metadata:
name: postgres-secret
matchNamespace:
- '.*'
data:
PGUSERNAME: base64 data...
PGPASSWORD: base64 data...
PGDATABASE: base64 data...
PGHOST: base64 data...
PGPORT: base64 data... |
Thanks for this!! I still had to redeploy it but working again. Oddly, at first, I was also getting permission errors that it didn't have |
Same problem here, can't seem to find a way to fix it. |
I had some issues with it myself. One being, as I mentioned, I was seeing an error about it not having In order to fully resolve the issue, I did the following:
The only other issue I had was that I had accidentally added Once I'd taken all those actions, I hadn't had any other issues and it seems to be working. That said, if the newer image fixes things than anything that references that image version such as the helm chart should be updated. I'm also curious as to the permissions issue that I saw; while perhaps the Anyway, hopefully that helps you get up and running at least! |
Removed everything, upgraded to 0.0.10 and it is not working. Thanks |
We are also seeing this problem with kubernetes ver. 1.28.8 managed with RKE. I have a 4 node cluster which was recently built cleanly and we're still getting this python exception in create_fn. I'm deploying clustersecrets using the kubectl command:
|
Installed with:
helm install clustersecret clustersecret/cluster-secret -n clustersecret --create-namespace
Client Version: v1.29.1
Kustomize Version: v5.0.4-0.20230601165947-6ce0bf390ce3
Server Version: v1.28.2
The text was updated successfully, but these errors were encountered: