Artem Kravchenko

Results 3 comments of Artem Kravchenko

Hi everyone! In case if you still looking for a workaround: 1. Remove b64enc function from secrets.yaml ``` data: host-key: {{ .Values.ssh.hostKey | quote }} host-key-pub: {{ .Values.ssh.hostKeyPub | quote...

@jamengual Hello! Recently I reproduced that problem on `v0.25.0` Also, I'm using pre-workflow hooks as described above. Is it possible to reopen this issue to fix this bug?

Sure! `atlantis-0:/$ atlantis version atlantis v0.25.0 (commit: a12823e) (build date: 2023-08-11T20:51:19.440Z)` **Repos config:** ``` repos: - id: "/.*/" branch: "/.*/" workflow: check allow_custom_workflows: true allowed_overrides: [workflow, delete_source_branch_on_merge] apply_requirements: [approved] pre_workflow_hooks:...