Skip to content

Commit

Permalink
Merge pull request #301 from redhatrises/fig_books
Browse files Browse the repository at this point in the history
fix(fig): use the default boolean values from values.yaml
  • Loading branch information
redhatrises authored Jul 8, 2024
2 parents c42d063 + 92465a1 commit 217cc84
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
2 changes: 1 addition & 1 deletion helm-charts/falcon-integration-gateway/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ type: application
# 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.4.0
version: 0.5.0

# This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application. Versions are not expected to
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -148,9 +148,7 @@ data:
# Uncomment to enable RTR based auto discovery of Azure Arc Systems. Alternatively,
# use ARC_AUTODISCOVERY env variable.
#arc_autodiscovery = true
{{- if .Values.push.azure_log_analytics.arc_autodiscovery }}
arc_autodiscovery = {{ .Values.push.azure_log_analytics.arc_autodiscovery }}
{{- end }}
[aws]
# AWS section is applicable only when AWS backend is enabled in the [main] section.
Expand All @@ -164,9 +162,7 @@ data:
# Uncomment to manage whether or not to confirm instance in AWS account supported region.
# Alternatively, use AWS_CONFIRM_INSTANCE env variable.
#confirm_instance = true
{{- if .Values.push.aws_security_hub.confirm_instance }}
confirm_instance = {{ .Values.push.aws_security_hub.confirm_instance }}
{{- end }}
[cloudtrail_lake]
# AWS CloudTrail Lake section is applicable only when CLOUDTRAIL_LAKE backend is enabled in the [main] section.
Expand Down

0 comments on commit 217cc84

Please sign in to comment.