[bitnami/spring-cloud-dataflow] Add common annotations and labels and adapt ingress to k8s 1.20 (#5011)

This commit is contained in:
Javier J. Salmerón-García
2021-01-14 17:27:56 +01:00
committed by GitHub
parent 31b6c43180
commit 4ec6e4c9ea
25 changed files with 443 additions and 259 deletions

View File

@@ -4,6 +4,12 @@ kind: ConfigMap
metadata:
name: {{ include "scdf.fullname" . }}-scripts
labels: {{- include "common.labels.standard" . | nindent 4 }}
{{- if .Values.commonLabels }}
{{- include "common.tplvalues.render" ( dict "value" .Values.commonLabels "context" $ ) | nindent 4 }}
{{- end }}
{{- if .Values.commonAnnotations }}
annotations: {{- include "common.tplvalues.render" ( dict "value" .Values.commonAnnotations "context" $ ) | nindent 4 }}
{{- end }}
data:
{{- $mariadbFullname := include "scdf.mariadb.fullname" . }}
{{- $rabbitmqFullname := include "scdf.rabbitmq.fullname" . }}