mirror of
https://github.com/ansible/awx-operator.git
synced 2026-05-06 13:22:50 +00:00
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:
@@ -7,7 +7,7 @@ metadata:
|
||||
{{- with $.Values.AWX.postgres }}
|
||||
stringData:
|
||||
host: {{ .host }}
|
||||
port: {{ .port }}
|
||||
port: {{ .port | quote }}
|
||||
database: {{ .dbName }}
|
||||
username: {{ .username }}
|
||||
password: {{ .password }}
|
||||
|
||||
Reference in New Issue
Block a user