Skip to content

helm: fix secretRef in deployment#155

Open
netanelC wants to merge 2 commits intoremove-objects-from-namesfrom
fix-secret-ref
Open

helm: fix secretRef in deployment#155
netanelC wants to merge 2 commits intoremove-objects-from-namesfrom
fix-secret-ref

Conversation

@netanelC
Copy link
Contributor

No description provided.

@netanelC netanelC self-assigned this Mar 22, 2026
@netanelC netanelC requested a review from CptSchnitz March 22, 2026 18:55
{{- $cloudProviderImagePullSecretName := include "config-server.cloudProviderImagePullSecretName" . -}}
{{- $imageTag := include "config-server.tag" . -}}
{{ $postgresSecretName := ternary .Values.dbConfig.secretName (printf "%s%s" .Release.Name "-postgres-secret") .Values.dbConfig.useExternalSecret }}
{{ $postgresSecretName := ternary .Values.dbConfig.secretName (include "config-server.fullname" .) .Values.dbConfig.useExternalSecret }}
Copy link
Collaborator

Choose a reason for hiding this comment

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

this is part of the other PR, and there should be a rebase before this one

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