From 87f563ccadea036270d32f7b968e6e70e9673032 Mon Sep 17 00:00:00 2001 From: Stavros kois Date: Tue, 31 Oct 2023 18:28:58 +0200 Subject: [PATCH] remove examples --- library/ix-dev/community/searxng/ci/extra-values.yaml | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/library/ix-dev/community/searxng/ci/extra-values.yaml b/library/ix-dev/community/searxng/ci/extra-values.yaml index d732914e047..a9394321490 100644 --- a/library/ix-dev/community/searxng/ci/extra-values.yaml +++ b/library/ix-dev/community/searxng/ci/extra-values.yaml @@ -7,14 +7,3 @@ searxngStorage: additionalStorages: - type: pvc mountPath: /data1 - # - type: hostPath - # readOnly: true - # mountPath: /data2 - # hostPathConfig: - # aclEnable: false - # hostPath: /mnt/{{ .Release.Namespace }}/data2 - # - type: ixVolume - # mountPath: /data3 - # ixVolumeConfig: - # datasetName: data3 - # aclEnable: true