Skip to content

Commit

Permalink
Update configmaps based on changes in the logging configuration (#69)
Browse files Browse the repository at this point in the history
  • Loading branch information
adibrastegarnia authored Apr 22, 2020
1 parent d7e6629 commit cc6d602
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions onos-config/templates/configmap.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ data:
{{- else }}
consensus: {{ template "onos-config.fullname" . }}-consensus
{{- end }}
logging.yaml: |-
{{- if .Values.logging }}
logging:
{{ toYaml .Values.logging | indent 6 }}
Expand Down
2 changes: 2 additions & 0 deletions onos-config/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -59,3 +59,5 @@ tolerations: []
affinity: {}

config: {}

logging: {}
1 change: 1 addition & 0 deletions onos-ric/templates/configmap.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ data:
{{- else }}
consensus: {{ template "onos-ric.fullname" . }}-consensus
{{- end }}
logging.yaml: |-
{{- if .Values.logging }}
logging:
{{ toYaml .Values.logging | indent 6 }}
Expand Down
1 change: 1 addition & 0 deletions onos-topo/templates/configmap.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ data:
{{- else }}
consensus: {{ template "onos-topo.fullname" . }}-consensus
{{- end }}
logging.yaml: |-
{{- if .Values.logging }}
logging:
{{ toYaml .Values.logging | indent 6 }}
Expand Down

0 comments on commit cc6d602

Please sign in to comment.