Merge pull request #512 from thorian93/patch-1

Add clarification for inexperienced users
This commit is contained in:
Marcelo Moreira de Mello
2021-09-02 12:32:18 -04:00
committed by GitHub

View File

@@ -65,3 +65,17 @@ spec:
old_postgres_configuration_secret: <resourcename>-old-postgres-configuration
...
```
## Important Note
If you intend to put all the above in one file, make sure to separate each block with three dashes like so:
```yaml
---
# Secret key
---
# Database creds
---
# AWX Config
```
Failing to do so will lead to an inoperable setup.