Add instance name prefix setting
This commit is contained in:
parent
cc84926693
commit
9cff1e85ac
2 changed files with 7 additions and 0 deletions
|
|
@ -77,3 +77,7 @@ SERVALA_ODOO_HELPDESK_TEAM_ID='5'
|
|||
# OSB API authentication settings
|
||||
SERVALA_OSB_USERNAME=''
|
||||
SERVALA_OSB_PASSWORD=''
|
||||
|
||||
# Prefix for auto-generated Kubernetes resource names for service instances.
|
||||
# Format: {prefix}-{hash}. Defaults to 'si' (service instance).
|
||||
SERVALA_INSTANCE_NAME_PREFIX='si'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue