From 9ec50f85b3ce945b64655d8e20c55b3e6ecf5364 Mon Sep 17 00:00:00 2001 From: Mario Macias Date: Fri, 19 Apr 2024 11:21:19 +0200 Subject: [PATCH] try to do linter happy Signed-off-by: Mario Macias --- charts/beyla/templates/_helpers.tpl | 2 -- charts/beyla/values.yaml | 4 ---- 2 files changed, 6 deletions(-) diff --git a/charts/beyla/templates/_helpers.tpl b/charts/beyla/templates/_helpers.tpl index 93a2f52085..d0cb9e9018 100644 --- a/charts/beyla/templates/_helpers.tpl +++ b/charts/beyla/templates/_helpers.tpl @@ -34,7 +34,6 @@ Allow the release namespace to be overridden for multi-namespace deployments in {{- end }} {{- end }} - {{/* Create chart name and version as used by the chart label. */}} @@ -76,7 +75,6 @@ Create the name of the service account to use {{- end }} {{- end }} - {{/* Calculate name of image ID to use for "beyla". */}} diff --git a/charts/beyla/values.yaml b/charts/beyla/values.yaml index c0caf50e75..d5b8d762d9 100644 --- a/charts/beyla/values.yaml +++ b/charts/beyla/values.yaml @@ -4,7 +4,6 @@ global: image: # -- Global image registry to use if it needs to be overridden for some specific use cases (e.g local registries, custom images, ...) registry: "" - # -- Optional set of global image pull secrets. pullSecrets: [] @@ -111,15 +110,12 @@ resources: {} # cpu: 100m # memory: 128Mi - - ## -- See `kubectl explain daemonset.spec.updateStrategy` for more ## ref: https://kubernetes.io/docs/tasks/manage-daemon/update-daemon-set/#daemonset-update-strategy updateStrategy: # -- update strategy type type: RollingUpdate - # -- Additional volumes on the output daemonset definition. volumes: [] # - name: foo