Olivier Gintrand

Results 6 issues of Olivier Gintrand

#### Overview #### What this PR does / why we need it #### Special notes for your reviewer #### Checklist - [ ] Change log updated in `Chart.yaml` (see the...

### Preflight Checklist - [X] I agree to follow the [Code of Conduct](https://github.com/dexidp/helm-charts/blob/master/.github/CODE_OF_CONDUCT.md) that this project adheres to. - [X] I have searched the [issue tracker](https://www.github.com/dexidp/helm-charts/issues) for an issue that...

**Description** Currently, when snapshots are created using Kubernetes backup tools such as Velero, Trident Protect, or others, the resulting ONTAP snapshot names follow a fixed format like `snapshot-xxxxxxxxxxxxxxx`. This naming...

enhancement

**Description** ONTAP supports tagging volumes with metadata, which is useful for classification, automation, and reporting. However, Trident currently does not leverage this capability when provisioning volumes. ![Image](https://github.com/user-attachments/assets/da79871f-7c52-4496-a2bd-e625a61e4639) In Kubernetes, PVCs...

enhancement

**Description** Currently, Trident uses the `internalName` attribute to establish the link between a Kubernetes PersistentVolume (PV) and the corresponding ONTAP volume. However, this approach presents a significant limitation: while it...

The backend configuration supports the option `skipRecoveryQueue`, as referenced in the KB article: https://kb.netapp.com/Cloud/Astra/Trident/How_is_the_skip_recovery_queue_for_ONTAP_volume_applied_when_Trident_deletes_PVC This option is currently not documented in the Trident backend configuration reference, specifically under `config.defaults`: https://docs.netapp.com/us-en/trident/trident-use/ontap-nas-examples.html#volume-provisioning-examples...

enhancement