From e32eecf6ff72b743042049b8120cede7b4ff0fc2 Mon Sep 17 00:00:00 2001 From: Ildar Iskhakov Date: Tue, 4 Oct 2022 16:48:33 +0800 Subject: [PATCH] Fix code styling in helm chart --- helm/oncall/values.yaml | 19 +++++++++---------- 1 file changed, 9 insertions(+), 10 deletions(-) diff --git a/helm/oncall/values.yaml b/helm/oncall/values.yaml index 7ab74f2c..f0a02773 100644 --- a/helm/oncall/values.yaml +++ b/helm/oncall/values.yaml @@ -29,18 +29,17 @@ engine: # cpu: 100m # memory: 128Mi - ## @param affinity Affinity for pod assignment - ## Ref: https://kubernetes.io/docs/concepts/configuration/assign-pod-node/#affinity-and-anti-affinity - ## - affinity: { } - ## @param nodeSelector Node labels for pod assignment + ## Affinity for pod assignment + ## ref: https://kubernetes.io/docs/concepts/configuration/assign-pod-node/#affinity-and-anti-affinity + affinity: {} + + ## Node labels for pod assignment ## ref: https://kubernetes.io/docs/user-guide/node-selection/ - ## - nodeSelector: { } - ## @param tolerations Tolerations for pod assignment + nodeSelector: {} + + ## Tolerations for pod assignment ## ref: https://kubernetes.io/docs/concepts/configuration/taint-and-toleration/ - ## - tolerations: [ ] + tolerations: [] # Celery workers pods configuration celery: