Frederic M
Frederic M
We use the official Helm provider, which has two advantages over the `rancher2_app_v2` resource in my opinion: - the Helm chart is downloaded by the VM on which Terraform is...
Hey there 👋 anything I can do to push this forward? Thanks!
Hi @richardcase thx for the approval. I see I have a failing test, but it seems related to CUDA? Not sure this is related to my PR, is it?
Hi @AdrianCio, It would be interesting to see the code you're using. I'm not an expert but we're doing kubernetes auth in a specific namespace too, although the kubernetes auth...
I'm having this issue too but it's not due to the CNPG controller in my case. The CSI I'm using (HPE) does not apply the `fsGroup` to the pgdata volume,...
Simply as describe [here](https://scod.hpedev.io/csi_driver/using.html#base_storageclass_parameters): ```yaml apiVersion: storage.k8s.io/v1 kind: StorageClass metadata: annotations: storageclass.kubernetes.io/is-default-class: "true" name: hpe-standard provisioner: csi.hpe.com parameters: fsOwner: "19:19" csi.storage.k8s.io/fstype: xfs csi.storage.k8s.io/controller-expand-secret-name: hpe-backend csi.storage.k8s.io/controller-expand-secret-namespace: hpe-storage csi.storage.k8s.io/controller-publish-secret-name: hpe-backend csi.storage.k8s.io/controller-publish-secret-namespace: hpe-storage...
Hello, Can someone look at this? Thanks
Can anyone look at this? Thx!