Skip to content

Commit

Permalink
try to do linter happy
Browse files Browse the repository at this point in the history
Signed-off-by: Mario Macias <[email protected]>
  • Loading branch information
mariomac committed Apr 19, 2024
1 parent 60defda commit 9ec50f8
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
2 changes: 0 additions & 2 deletions charts/beyla/templates/_helpers.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -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.
*/}}
Expand Down Expand Up @@ -76,7 +75,6 @@ Create the name of the service account to use
{{- end }}
{{- end }}


{{/*
Calculate name of image ID to use for "beyla".
*/}}
Expand Down
4 changes: 0 additions & 4 deletions charts/beyla/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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: []

Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 9ec50f8

Please sign in to comment.