templates/composer: Remove non-existent secret
The secret not existing causes the deployment to fail during a validation stage. ``` [ERROR] [openshift_base.py:_validate_resources_used_exist] - [Deployment/composer] Secret db does not exist ```
This commit is contained in:
parent
234e16f35e
commit
a221de5db7
1 changed files with 0 additions and 3 deletions
|
|
@ -150,9 +150,6 @@ objects:
|
|||
- name: composer-config
|
||||
configMap:
|
||||
name: composer-config
|
||||
- name: db-secrets
|
||||
secret:
|
||||
secretName: db
|
||||
- name: state-directory
|
||||
emptyDir: {}
|
||||
- name: cache-directory
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue