You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by wi...@apache.org on 2020/06/27 09:00:17 UTC

[couchdb-helm] 41/43: Add default values for annotations

This is an automated email from the ASF dual-hosted git repository.

willholley pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/couchdb-helm.git

commit 76786f300de0e8731be2732b12d689fa59361b6a
Author: Ben Origas <bo...@ocuvera.com>
AuthorDate: Fri Jun 26 17:16:31 2020 -0500

    Add default values for annotations
---
 couchdb/values.yaml | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/couchdb/values.yaml b/couchdb/values.yaml
index bc74922..a790e15 100644
--- a/couchdb/values.yaml
+++ b/couchdb/values.yaml
@@ -84,7 +84,7 @@ podManagementPolicy: Parallel
 
 ## To better tolerate Node failures, we can prevent Kubernetes scheduler from
 ## assigning more than one Pod of CouchDB StatefulSet per Node using podAntiAffinity.
-affinity:
+affinity: {}
   # podAntiAffinity:
   #   requiredDuringSchedulingIgnoredDuringExecution:
   #     - labelSelector:
@@ -96,10 +96,10 @@ affinity:
   #       topologyKey: "kubernetes.io/hostname"
 
 ## Optional pod annotations
-annotations:
+annotations: {}
 
 ## Optional tolerations
-tolerations:
+tolerations: []
 
 ## A StatefulSet requires a headless Service to establish the stable network
 ## identities of the Pods, and that Service is created automatically by this
@@ -120,7 +120,7 @@ ingress:
   hosts:
     - chart-example.local
   path: /
-  annotations:
+  annotations: []
     # kubernetes.io/ingress.class: nginx
     # kubernetes.io/tls-acme: "true"
   tls: