mirror of
https://github.com/bitnami/charts.git
synced 2026-03-13 06:47:24 +08:00
[bitnami/spring-cloud-dataflow] Add common annotations and labels and adapt ingress to k8s 1.20 (#5011)
This commit is contained in:
committed by
GitHub
parent
31b6c43180
commit
4ec6e4c9ea
@@ -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" . }}
|
||||
|
||||
Reference in New Issue
Block a user