浏览代码

updated with env and annotation parameters

Cansu Kavili 5 年之前
父节点
当前提交
61d582ffd9
共有 1 个文件被更改,包括 4 次插入3 次删除
  1. 4 3
      helm/wekan/values.yaml

+ 4 - 3
helm/wekan/values.yaml

@@ -8,6 +8,7 @@
 serviceAccounts:
   create: true
   name: ""
+  annotations: ""
 
 ## Wekan image configuration
 ##
@@ -59,10 +60,10 @@ ingress:
   #    hosts:
   #      - wekan-example.local
 
-  route:
-    enabled: false
+route:
+  enabled: false
 
-resources: 
+resources:
   requests:
     memory: 128Mi
     cpu: 300m