Skip to content

Commit 25f3402

Browse files
fix: remove ansible variables from values.yaml for rs-server-catalog-db
1 parent 734e886 commit 25f3402

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

charts/rs-server-catalog-db/values.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ tolerations: []
121121
initContainers:
122122
- name: init-pgstac
123123
image: alpine/curl
124-
command: [ "/scripts/init/{{ .Values.app.pgstac_init_download_schema_script }}" ]
124+
command: [ "/scripts/init/download.sh" ]
125125
volumeMounts:
126126
- name: download-json-schema
127127
mountPath: /scripts/init/

0 commit comments

Comments
 (0)