Skip to content

Commit

Permalink
Fix typo in Helm chart preventing usage of image credentials (#194)
Browse files Browse the repository at this point in the history
  • Loading branch information
quite4work authored Jul 16, 2024
1 parent f010292 commit d5f4236
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion helm/baza/templates/secret.registry.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ metadata:
name: {{ printf "%s.%s.registry" (include "baza.fullname" $) $name | quote }}
namespace: {{ $.Release.Namespace | quote }}
labels:
helm.sh/chart: {{ include "backend.chart" $ | quote }}
helm.sh/chart: {{ include "baza.chart" $ | quote }}
app.kubernetes.io/name: {{ include "baza.name" $ | quote }}
app.kubernetes.io/instance: {{ $.Release.Name | quote }}
app.kubernetes.io/managed-by: {{ $.Release.Service | quote }}
Expand Down

0 comments on commit d5f4236

Please sign in to comment.