Fixed: create queue disable by default

This commit is contained in:
Valeriano Manassero 2024-05-29 07:51:55 +02:00
parent 312813cc34
commit fa3f962f02

View File

@ -83,7 +83,7 @@ agentk8sglue:
# -- ClearML queue this agent will consume. Multiple queues can be specified with the following format: queue1,queue2,queue3
queue: default
# -- if ClearML queue does not exist, it will be create it if the value is set to true
createQueueIfNotExists: true
createQueueIfNotExists: false
# -- labels setup for Agent pod (example in values.yaml comments)
labels: {}
# schedulerName: scheduler