Skip to content

Commit

Permalink
[INLONG-2640] Fix data type error in audit configmap
Browse files Browse the repository at this point in the history
  • Loading branch information
shink committed Feb 22, 2022
1 parent 94a3681 commit 804062b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
1 change: 0 additions & 1 deletion docker/kubernetes/templates/audit-configmap.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,4 @@ metadata:
component: {{ .Values.audit.component }}
data:
mysqlUsername: {{ .Values.mysql.username | default "root" | quote }}
managerOpenApiPort: {{ .Values.manager.ports.webPort }}
pulsarBrokerUrlList: "pulsar://{{ include "inlong.pulsar.hostname" . }}:{{ .Values.pulsar.ports.pulsarPort }}"
5 changes: 1 addition & 4 deletions docker/kubernetes/templates/audit-statefulset.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -90,10 +90,7 @@ spec:
- name: MANAGER_OPENAPI_IP
value: {{ include "inlong.tubemqManager.hostname" . | quote }}
- name: MANAGER_OPENAPI_PORT
valueFrom:
configMapKeyRef:
name: {{ template "inlong.fullname" . }}-{{ .Values.audit.component }}
key: managerOpenApiPort
value: {{ .Values.manager.ports.webPort }}
- name: PULSAR_BROKER_URL_LIST
valueFrom:
configMapKeyRef:
Expand Down

0 comments on commit 804062b

Please sign in to comment.