Skip to content

Commit

Permalink
Minor helm fixes (#1017)
Browse files Browse the repository at this point in the history
  • Loading branch information
kalxas committed Sep 19, 2024
1 parent 2e6edf8 commit fefa8ba
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions docker/helm/templates/pycsw-configmap.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -61,8 +61,8 @@ data:
{{- end }}
{{ end }}
manager:
transactions: {{ .Values.pycsw.config.manager.transactions }}
{{ if .Values.pycsw.config.manager.allowed_ips }} allowed_ips:
{{ if .Values.pycsw.config.manager.transactions }} transactions: {{ .Values.pycsw.config.manager.transactions }}
{{ end }}{{ if .Values.pycsw.config.manager.allowed_ips }} allowed_ips:
{{- range $.Values.pycsw.config.manager.allowed_ips }}
- {{ . }}
{{- end }}
Expand Down
6 changes: 3 additions & 3 deletions docker/helm/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,14 +43,14 @@ pycsw:
# workers: 2
timeout: 30
logging:
level: DEBUG
level: ERROR
# logfile: /tmp/pycsw.log
profiles:
- apiso
# federatedcatalogues:
# - http://catalog.data.gov/csw
manager:
transactions: false
transactions: "false"
allowed_ips:
- 127.0.0.1
csw_harvest_pagesize: 10
Expand Down Expand Up @@ -89,7 +89,7 @@ pycsw:
instructions: During hours of service. Off on weekends.
role: pointOfContact
inspire:
enabled: true
enabled: "true"
languages_supported:
- eng
- gre
Expand Down

0 comments on commit fefa8ba

Please sign in to comment.