Skip to content

Commit

Permalink
Fix bool value
Browse files Browse the repository at this point in the history
  • Loading branch information
fatihbaltaci committed Aug 6, 2024
1 parent 7919ea9 commit ebc102e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion charts/alaz/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ icon: https://d2uj9largygsoq.cloudfront.net/docker/ddosify-square-icon-db.svg
# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/)
version: 0.11.2
version: 0.11.2-rv

redhatVersion: 0.5.0

Expand Down
2 changes: 1 addition & 1 deletion charts/alaz/templates/daemonset.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ spec:
- name: CRI_RUNTIME_ENDPOINT
value: {{ .Values.criRuntimeEndpoint }}
- name: SEND_ALIVE_TCP_CONNECTIONS
value: {{ .Values.sendAliveTCPConnections }}
value: "{{ .Values.sendAliveTCPConnections }}"
- name: NODE_NAME
valueFrom:
fieldRef:
Expand Down

0 comments on commit ebc102e

Please sign in to comment.