Skip to content

Commit fefa8ba

Browse files
authored
Minor helm fixes (#1017)
1 parent 2e6edf8 commit fefa8ba

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

docker/helm/templates/pycsw-configmap.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -61,8 +61,8 @@ data:
6161
{{- end }}
6262
{{ end }}
6363
manager:
64-
transactions: {{ .Values.pycsw.config.manager.transactions }}
65-
{{ if .Values.pycsw.config.manager.allowed_ips }} allowed_ips:
64+
{{ if .Values.pycsw.config.manager.transactions }} transactions: {{ .Values.pycsw.config.manager.transactions }}
65+
{{ end }}{{ if .Values.pycsw.config.manager.allowed_ips }} allowed_ips:
6666
{{- range $.Values.pycsw.config.manager.allowed_ips }}
6767
- {{ . }}
6868
{{- end }}

docker/helm/values.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -43,14 +43,14 @@ pycsw:
4343
# workers: 2
4444
timeout: 30
4545
logging:
46-
level: DEBUG
46+
level: ERROR
4747
# logfile: /tmp/pycsw.log
4848
profiles:
4949
- apiso
5050
# federatedcatalogues:
5151
# - http://catalog.data.gov/csw
5252
manager:
53-
transactions: false
53+
transactions: "false"
5454
allowed_ips:
5555
- 127.0.0.1
5656
csw_harvest_pagesize: 10
@@ -89,7 +89,7 @@ pycsw:
8989
instructions: During hours of service. Off on weekends.
9090
role: pointOfContact
9191
inspire:
92-
enabled: true
92+
enabled: "true"
9393
languages_supported:
9494
- eng
9595
- gre

0 commit comments

Comments
 (0)