maratsal

Results 16 comments of maratsal

> That is not a bug it is a validation. The name is used to create the namespace. Therefore, k8s has a limit of size which needs to be respected....

hi @camilamacedo86, Let me post commands here to reproduce the issue. You can run following and you will get service name that is longer than 63 characters: ```bash $ operator-sdk...

> Holy shit, thank you for this issue. I was going crazy over this. 🤡 I am glad this helped you. I spent half a day to troubleshoot this. The...

cannot change ownership with any ID (tried 99 and 10001), but have no problems with creating files and folder with any ID (please see Manual permissions change test below). So...

I just tested it and it could start with no issues with my suggested changes (mounted modified script from the configmap): ``` [myuser@my-linux-host ~]$ oc logs -f --all-containers noobaa-db-pg-0 +...

I feel like my proposed code should work just fine, because we have permissions on group level and that's why we don't have problems with writing to the NFS share...

please let me know if any other information is needed.

for sure will give a try. however I think it is more some additional text added to the string from ssh session `Last login: Sat Oct 26 21:09:58 EDT 2019`...

> Ok. I think this issue is something in kitchen-inspec rather than inspec. Is there a way to get more verbose output from kitchen runs to get more details from...

I believe only in dependencies sections of Chart.yaml - https://stackoverflow.com/questions/70956755/how-can-we-override-dependencies-version-in-helm-chart-chart-yaml-file or - https://github.com/helm/helm/issues/9849 It might be helm limitation, was just curious if we can overcome it by using Argo CD.