Justin Seiser

Results 106 comments of Justin Seiser

@derrickburns > @mcfearsome Note: If you are using flux to update flux itself, i.e. you have the flux manifests checked into your configuration repo, you need to remove them before...

Are there any workarounds for this? For instance, the gitlab helm chart created a stateful set. If for some reason the upgraded chart, or a value was changed etc, and...

Is this referrign to things like this ``` pipeline { agent { kubernetes { inheritFrom 'default' yamlFile 'automation/Jenkins/KubernetesPod.yaml' } } ``` Where `KubernetesPod.yaml` contains code like ``` metadata: labels: job-name:...

Same issue using gitlab/EKS in govcloud. ``` sh-4.2$ kubectl exec -it pod/gitlab-task-runner-744d679d68-b2cs6 -n gitlab -- cat /home/git/.s3cfg Defaulted container "task-runner" out of: task-runner, certificates (init), configure (init) [default] bucket_location =...

@fviard Is there any additional information we should provide?

> IRSA support works for me with GitLab 14.5.1. We are on Gitlab 14.5.0, let me update to 14.5.1 and confirm. Thanks.

We just setup saml2aws and our entire team is getting this issue. We all have n+1 Yubikeys configured to access Okta. I did setup a temporary MFA setup with Google...

Same issue as before. Async is not supported. The problems you mentioned are from me attempting to cleanse my actual code before pasting it. ``` Unsupported parameters for (amazon.aws.aws_s3) module:...

We are running into this issue as well. Unable to import dashboards, because the UID doesnt match, and we can not set it.

I will say, the removal part of atlantis, is the most cumbersome part of our workflow. We have things, that can only run from atlantis, so we endup having to...