Skip to content

Commit 217cc84

Browse files
authored
Merge pull request #301 from redhatrises/fig_books
fix(fig): use the default boolean values from values.yaml
2 parents c42d063 + 92465a1 commit 217cc84

File tree

2 files changed

+1
-5
lines changed

2 files changed

+1
-5
lines changed

helm-charts/falcon-integration-gateway/Chart.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ type: application
1515
# This is the chart version. This version number should be incremented each time you make changes
1616
# to the chart and its templates, including the app version.
1717
# Versions are expected to follow Semantic Versioning (https://semver.org/)
18-
version: 0.4.0
18+
version: 0.5.0
1919

2020
# This is the version number of the application being deployed. This version number should be
2121
# incremented each time you make changes to the application. Versions are not expected to

helm-charts/falcon-integration-gateway/templates/configmap.yaml

-4
Original file line numberDiff line numberDiff line change
@@ -148,9 +148,7 @@ data:
148148
# Uncomment to enable RTR based auto discovery of Azure Arc Systems. Alternatively,
149149
# use ARC_AUTODISCOVERY env variable.
150150
#arc_autodiscovery = true
151-
{{- if .Values.push.azure_log_analytics.arc_autodiscovery }}
152151
arc_autodiscovery = {{ .Values.push.azure_log_analytics.arc_autodiscovery }}
153-
{{- end }}
154152
155153
[aws]
156154
# AWS section is applicable only when AWS backend is enabled in the [main] section.
@@ -164,9 +162,7 @@ data:
164162
# Uncomment to manage whether or not to confirm instance in AWS account supported region.
165163
# Alternatively, use AWS_CONFIRM_INSTANCE env variable.
166164
#confirm_instance = true
167-
{{- if .Values.push.aws_security_hub.confirm_instance }}
168165
confirm_instance = {{ .Values.push.aws_security_hub.confirm_instance }}
169-
{{- end }}
170166
171167
[cloudtrail_lake]
172168
# AWS CloudTrail Lake section is applicable only when CLOUDTRAIL_LAKE backend is enabled in the [main] section.

0 commit comments

Comments
 (0)