Merge pull request #13 from qdrant/fix/nawar/multiple-releases-same-namespace

Fix/nawar/multiple releases same namespace
This commit is contained in:
Moustafa Nawar
2022-10-11 10:10:08 +02:00
committed by GitHub
4 changed files with 5 additions and 3 deletions

2
.helmignore Normal file
View File

@@ -0,0 +1,2 @@
.git
.github

View File

@@ -15,7 +15,7 @@ type: application
# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/)
version: 0.2.3
version: 0.2.4
# This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application. Versions are not expected to

View File

@@ -1,7 +1,7 @@
apiVersion: v1
kind: ConfigMap
metadata:
name: qdrant-config
name: {{ include "qdrant.fullname" . }}
data:
initialize.sh: |
#!/bin/sh

View File

@@ -100,7 +100,7 @@ spec:
volumes:
- name: qdrant-config
configMap:
name: qdrant-config
name: {{ include "qdrant.fullname" . }}
defaultMode: 0755
volumeClaimTemplates: