Move custom resource definitions into a CRDs folder (#994)

* Add missing quote for port parameter

* Add step to move CRDs into the correct folder
This commit is contained in:
Ming Quah
2022-07-27 08:48:20 +10:00
committed by GitHub
parent 0be17476cd
commit db6a5b53ed
2 changed files with 3 additions and 1 deletions

View File

@@ -7,7 +7,7 @@ metadata:
{{- with $.Values.AWX.postgres }}
stringData:
host: {{ .host }}
port: {{ .port }}
port: {{ .port | quote }}
database: {{ .dbName }}
username: {{ .username }}
password: {{ .password }}