Skip to content

Conversation

@nikitka
Copy link
Contributor

@nikitka nikitka commented Jun 13, 2024

I hereby agree to the terms of the CLA available at: https://yandex.ru/legal/cla/?lang=en

Add support for Service.Status.TLSConfiguration for Storage and Database object.

Pull request type

Please check the type of change your PR introduces:

  • Bugfix
  • Feature
  • Code style update (formatting, renaming)
  • Refactoring (no functional changes, no api changes)
  • Build related changes
  • Documentation content changes
  • Other (please describe):

What is the current behavior?

Issue Number: N/A

What is the new behavior?

Other information


if b.Spec.Service.Status.TLSConfiguration.Enabled {
volumes = append(volumes,
// No CA here
Copy link
Contributor

Choose a reason for hiding this comment

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

We should use buildTLSVolume here. In case of user hasn't CA file he may set it to just cert file


if b.Spec.Service.Status.TLSConfiguration.Enabled {
volumes = append(volumes,
// No CA here
Copy link
Contributor

Choose a reason for hiding this comment

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

the same as database_statefulset.go, use buildTLSVolume here

@nikitka nikitka force-pushed the status-tls branch 2 times, most recently from 3b02f60 to 32c4f4b Compare June 14, 2024 15:33
@nikitka nikitka added the ok-to-test Testing pipelines will run label Jun 14, 2024
@github-actions github-actions bot removed the ok-to-test Testing pipelines will run label Jun 14, 2024
@nikitka nikitka added ok-to-test Testing pipelines will run and removed ok-to-test Testing pipelines will run labels Jun 14, 2024
@nikitka nikitka marked this pull request as ready for review June 17, 2024 07:45
@nikitka nikitka merged commit 088245e into ydb-platform:master Jun 17, 2024
kobzonega pushed a commit to kobzonega/ydb-kubernetes-operator that referenced this pull request Jun 25, 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.

2 participants