Nicolas Pais

Results 27 comments of Nicolas Pais

@herbetom I was able to get this working, I edited the `source=` part of the routeros script to add `\`'s after each line: ``` source=\"## generated by routeros deploy script...

I was about to open an issue with this exact same request and you beat me to it. To add on to this, it would be a great feature to...

I'm also encountering this issue, I've tried mixing and matching the `volumeMounts` with `subPaths` and setting `GIT_SSH_COMMAND` with verbosity but it seems to have no effect. No output is generated...

@kitos9112 This is what my values look like: ```yaml auth: existingSecret: airflow-auth-bitnami username: admin diagnosticMode: enabled: false git: clone: extraEnvVars: - name: GIT_SSH_COMMAND value: ssh -vvvi /opt/bitnami/git/.ssh/id_rsa -o StrictHostKeyChecking=no extraVolumeMounts:...

@kitos9112 Can you share the extraEnvVar value for getting around this issue so I can test in my environment?

@kitos9112 Unfortunately I still have the same issue. What version of the chart are you using?

> @Nickmman I think I'm using `18.3.8` - Are you sure the SSH key is available in your K8s cluster as a secret? Does it get mounted in other containers?...

> > Contributor > > Nope. Is your key correctly stored and coded in the secret? What happens if you retrieve the secret content using `kubectl`, decode from base64 and...

Hi @rafariossaa Can you please reopen this? Running 14.2.7, the issue is still present: ``` postgres@tmp-shell:/$ psql -h postgresql-ha-pgpool -U postgres postgres psql (16.3) Type "help" for help. postgres=# \q...

> Please amend me if I am wrong but It seems a consequence of using the same admin user and password for postgresql and the replication manager, which is not...