From b933da9d5ab98410c3e97f2733041a0311651f51 Mon Sep 17 00:00:00 2001 From: Warren Fernandes Date: Fri, 17 Nov 2023 10:16:02 -0700 Subject: [PATCH] Document extraVolumeMounts section Signed-off-by: Warren Fernandes --- charts/orchestrator/values.yaml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/charts/orchestrator/values.yaml b/charts/orchestrator/values.yaml index 7d2583f..60b6005 100644 --- a/charts/orchestrator/values.yaml +++ b/charts/orchestrator/values.yaml @@ -118,6 +118,20 @@ extraSecretMounts: [] # subPath: "" extraVolumeMounts: [] +# - name: orchestrator-assets +# # mountPath defines the path on the volume. +# mountPath: /assets +# # subPath defines a sub-path inside the referenced volume. +# subPath: /certs +# # readOnly is a property to make the volume mount read only. +# readOnly: true +# # existingClaim is the name of the Persistent Volume Claim. +# existingClaim: orchestrator-assets +# # hostPath is the path to the assets on the host. +# hostPath: /assets +# # csi defines the configuration to expose arbitrary storage systems to their +# # container workloads. +# csi: {} cloud: enabled: false