|
61 | 61 | {{- end }}
|
62 | 62 | {{ end }}
|
63 | 63 | manager:
|
64 |
| -{{ if .Values.pycsw.config.manager.transactions }} transactions: {{ .Values.pycsw.config.manager.transactions }} |
65 |
| -{{ end }}{{ if .Values.pycsw.config.manager.allowed_ips }} allowed_ips: |
| 64 | + transactions: {{ .Values.pycsw.config.manager.transactions }} |
| 65 | +{{ if .Values.pycsw.config.manager.allowed_ips }} allowed_ips: |
66 | 66 | {{- range $.Values.pycsw.config.manager.allowed_ips }}
|
67 | 67 | - {{ . }}
|
68 | 68 | {{- end }}
|
|
79 | 79 | {{ end }}{{ if .Values.pycsw.config.metadata.identification.keywords_type }} keywords_type: {{ .Values.pycsw.config.metadata.identification.keywords_type }}
|
80 | 80 | {{ end }}{{ if .Values.pycsw.config.metadata.identification.fees }} fees: {{ .Values.pycsw.config.metadata.identification.fees }}
|
81 | 81 | {{ end }}{{ if .Values.pycsw.config.metadata.identification.accessconstraints }} accessconstraints: {{ .Values.pycsw.config.metadata.identification.accessconstraints }}
|
| 82 | +{{ end }}{{ if .Values.pycsw.config.metadata.identification.terms_of_service }} terms_of_service: {{ .Values.pycsw.config.metadata.identification.terms_of_service }} |
| 83 | +{{ end }}{{ if .Values.pycsw.config.metadata.identification.url }} url: {{ .Values.pycsw.config.metadata.identification.url }} |
| 84 | +{{ end }} license: |
| 85 | +{{ if .Values.pycsw.config.metadata.license.name }} name: {{ .Values.pycsw.config.metadata.license.name }} |
| 86 | +{{ end }}{{ if .Values.pycsw.config.metadata.license.url }} url: {{ .Values.pycsw.config.metadata.license.url }} |
82 | 87 | {{ end }} provider:
|
83 | 88 | {{ if .Values.pycsw.config.metadata.provider.name }} name: {{ .Values.pycsw.config.metadata.provider.name }}
|
84 |
| -{{ end }}{{ if .Values.pycsw.config.metadata.provider_url }} url: {{ .Values.pycsw.config.metadata.provider.url }} |
| 89 | +{{ end }}{{ if .Values.pycsw.config.metadata.provider.url }} url: {{ .Values.pycsw.config.metadata.provider.url }} |
85 | 90 | {{ end }} contact:
|
86 | 91 | {{ if .Values.pycsw.config.metadata.contact.name }} name: {{ .Values.pycsw.config.metadata.contact.name }}
|
87 | 92 | {{ end }}{{ if .Values.pycsw.config.metadata.contact.position }} position: {{ .Values.pycsw.config.metadata.contact.position }}
|
@@ -113,15 +118,16 @@ data:
|
113 | 118 | {{ end }}{{ if .Values.pycsw.config.metadata.inspire.contact_name }} contact_name: {{ .Values.pycsw.config.metadata.inspire.contact_name }}
|
114 | 119 | {{ end }}{{ if .Values.pycsw.config.metadata.inspire.contact_email }} contact_email: {{ .Values.pycsw.config.metadata.inspire.contact_email }}
|
115 | 120 | {{ end }}{{ if .Values.pycsw.config.metadata.inspire.temp_extent }} temp_extent:
|
116 |
| -{{- range $.Values.pycsw.config.metadata.inspire.temp_extent }} |
117 |
| - - {{ . }} |
| 121 | +{{ if .Values.pycsw.config.metadata.inspire.temp_extent.begin }} begin: {{ .Values.pycsw.config.metadata.inspire.temp_extent.begin }} |
| 122 | +{{ end }}{{ if .Values.pycsw.config.metadata.inspire.temp_extent.end }} end: {{ .Values.pycsw.config.metadata.inspire.temp_extent.end }} |
118 | 123 | {{- end }}
|
119 | 124 | {{ end }}
|
120 | 125 | repository:
|
121 | 126 | {{ if .Values.pycsw.config.repository.database }} database: {{ .Values.pycsw.config.repository.database }}
|
122 | 127 | {{ end }}{{ if .Values.pycsw.config.repository.mappings }} mappings: {{ .Values.pycsw.config.repository.mappings }}
|
123 | 128 | {{ end }}{{ if .Values.pycsw.config.repository.table }} table: {{ .Values.pycsw.config.repository.table }}
|
124 | 129 | {{ end }}{{ if .Values.pycsw.config.repository.filter }} filter: {{ .Values.pycsw.config.repository.filter }}
|
| 130 | +{{ end }}{{ if .Values.pycsw.config.repository.max_retries }} max_retries: {{ .Values.pycsw.config.repository.max_retries }} |
125 | 131 | {{ end }}{{ if .Values.pycsw.config.repository.facets }} facets:
|
126 | 132 | {{- range $.Values.pycsw.config.repository.facets }}
|
127 | 133 | - {{ . }}
|
|
0 commit comments