Skip to content

Conversation

yonik-lr
Copy link
Contributor

No description provided.

@yonik-lr yonik-lr changed the title Devops 3030 DEVOPS-3030-added-support-root-ca Sep 17, 2025
@@ -478,6 +478,7 @@ secrets:
# redis authentication.
# requires to enable auth in deployments.redis.auth.enabled by set to true
password: ""
externalCaCertificate: ""
Copy link
Contributor

Choose a reason for hiding this comment

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

maybe call it "CustomCaCertificate"?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

changed to customCaCertificate

name: {{ include "secrets.ca_certificate.name" . }}
type: Opaque
data:
ca.pem: {{ .Values.secrets.externalCaCertificate }}
Copy link
Contributor

Choose a reason for hiding this comment

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

maybe custom_ca.pem instead of ca.pem?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

changed to custom_ca.pem

@@ -368,6 +375,11 @@ spec:
emptyDir:
sizeLimit: {{ .Values.general.readOnlyRootFilesystem_tmpfs_sizeLimit }}
{{ end }}
{{- if .Values.secrets.externalCaCertificate }}
- name: ca-certificate
Copy link
Contributor

Choose a reason for hiding this comment

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

call it custom-ca-certificate?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

done

@@ -509,6 +508,10 @@ Usage:
{{- end -}}
{{- end -}}

{{- define "secrets.ca_certificate.name" -}}
Copy link
Contributor

Choose a reason for hiding this comment

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

call it custom_ca_certificate?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

done

@yonik-lr yonik-lr changed the title DEVOPS-3030-added-support-root-ca DEVOPS-3030-added-support-custom-ca Sep 18, 2025
@yonik-lr yonik-lr requested a review from moshiko-s September 18, 2025 11:24
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