Remove non resiliency helm3-charts

This commit is contained in:
Olu Shiyanbade
2022-09-02 11:23:27 +01:00
parent d9da79bb8d
commit e82e7a3208
28 changed files with 8 additions and 1289 deletions

View File

@@ -1,17 +0,0 @@
{{- if .Values.nexus.properties.override -}}
apiVersion: v1
kind: ConfigMap
metadata:
name: {{ template "nexus.name" . }}-properties
labels: {{- include "nexus.labels" . | nindent 4 }}
{{- if .Values.nexus.extraLabels }}
{{- with .Values.nexus.extraLabels }}
{{ toYaml . | indent 4 }}
{{- end }}
{{- end }}
data:
nexus.properties: |
{{- range $k, $v := .Values.nexus.properties.data }}
{{ $k }}={{ $v }}
{{- end }}
{{- end }}