Ver código fonte

Merge pull request #14471 from shamser/issue25177

HPCC-25177 Warning related to base value type

Reviewed-by: Gavin Halliday <ghalliday@hpccsystems.com>
Merged-by: Gavin Halliday <ghalliday@hpccsystems.com>
Gavin Halliday 4 anos atrás
pai
commit
1e4d2d1ab8
1 arquivos alterados com 3 adições e 3 exclusões
  1. 3 3
      helm/hpcc/values.yaml

+ 3 - 3
helm/hpcc/values.yaml

@@ -93,16 +93,16 @@ secrets:
   #timeout: 300 # timeout period for cached secrets.  Should be similar to the k8s refresh period.
 
   #Secret categories follow, remove the {} if a secret is defined in a section
-  storage:
+  storage: {}
     ## Secrets that are required for accessing storage.  Currently exposed in the engines, but in the future will
     ## likely be restricted to esp (when it becomes the meta-data provider)
     ## For example, to set the secret associated with the azure storage account "mystorageaccount" use
     ##azure-mystorageaccount: storage-myazuresecret
 
-  ecl:
+  ecl: {}
     ## Category for secrets published to all components that run ecl
 
-  system:
+  system: {}
     ## Category for secrets published to all components for system level useage
 
 ## The vaults section mirrors the secret section but leverages vault for the storage of secrets.