Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: TLS_ENABLED might not be defined #1291

Merged
merged 1 commit into from
Dec 6, 2024
Merged

Conversation

leon-inf
Copy link
Contributor

@leon-inf leon-inf commented Dec 6, 2024

@leon-inf leon-inf added this to the Release 1.0 milestone Dec 6, 2024
@codecov-commenter
Copy link

codecov-commenter commented Dec 6, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 0.00%. Comparing base (e27077a) to head (2d60132).
Report is 4 commits behind head on main.

Additional details and impacted files
@@          Coverage Diff          @@
##            main   #1291   +/-   ##
=====================================
  Coverage   0.00%   0.00%           
=====================================
  Files         69      69           
  Lines       6682    6682           
=====================================
  Misses      6682    6682           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

sophon-zt
sophon-zt previously approved these changes Dec 6, 2024
wangyelei
wangyelei previously approved these changes Dec 6, 2024
@@ -30,14 +30,14 @@
<raft_logs_level>warning</raft_logs_level>
</coordination_settings>
<raft_configuration>
{{- if eq $.TLS_ENABLED "true" }}
{{- if and (index . "TLS_ENABLED") (eq .TLS_ENABLED "true") }}
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

render failed with nest scope, define a var to resolve it

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Fixed

@leon-inf leon-inf dismissed stale reviews from wangyelei and sophon-zt via 2d60132 December 6, 2024 10:14
@leon-inf leon-inf force-pushed the bugfix/has-no-key-tls-enabled branch from 8dad780 to 2d60132 Compare December 6, 2024 10:14
@leon-inf
Copy link
Contributor Author

leon-inf commented Dec 6, 2024

/approve

@leon-inf leon-inf merged commit 2fa7631 into main Dec 6, 2024
22 checks passed
@leon-inf leon-inf deleted the bugfix/has-no-key-tls-enabled branch December 6, 2024 10:33
@leon-inf
Copy link
Contributor Author

leon-inf commented Dec 6, 2024

/cherry-pick release-1.0-beta

@apecloud-bot
Copy link
Collaborator

🤖 says: cherry pick action finished successfully 🎉!
See: https://github.com/apecloud/kubeblocks-addons/actions/runs/12197256454

apecloud-bot pushed a commit that referenced this pull request Dec 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[BUG]pg cluster is no status: failed to render configmap
6 participants