David Girón
David Girón
@jannikstdl I've tried on a new cluster and worked. You can even create a GitHub E2E action if needed to deploy. The PVCs are not "named" `data` .The `volume` internal...
Forgot 9ee64d8 , the PVC name is already configurable in template.
Thanks for the check! Somehow still it was working for me 😮
✅ Works with latest commit 3c45215 .
Sorry, but faced this issue again with latest commit. Apparently this appeared when adding a new minion? Let me get more details on the issue...
line 174, in conformity https://github.com/latenighttales/alcali/blob/v3006.3.0/api/models.py#L174 > ('str' object has no attribute 'get')
I think this is the cause for the "string": > tag: salt/job/20231024100007873742/ret/midokura-lap127 ```json {"cmd": "_return", "id": "midokura-lap127", "fun": "state.apply", "fun_args": [], "schedule": "salt-apply", "jid": "20231024100007873742", "pid": 22179, "return": "Unhandled exception...
```diff diff --git a/api/models.py b/api/models.py index de799c4..0ef5260 100644 --- a/api/models.py +++ b/api/models.py @@ -171,6 +171,8 @@ class Minions(models.Model): for state in return_item: # One of the state is not ok...
Unable to reproduce again, just found it once...
Can't remember but I would assume no, the password was a GitHub PAT (Alphanumeric + underscore).