mirror of
https://github.com/wahyd4/charts.git
synced 2026-08-20 18:46:11 +10:00
Use node.chart template
This commit is contained in:
@@ -4,7 +4,7 @@ metadata:
|
||||
name: {{ template "node.fullname" . }}
|
||||
labels:
|
||||
app: {{ template "node.name" . }}
|
||||
chart: "{{ .Chart.Name }}-{{ .Chart.Version }}"
|
||||
chart: {{ template "node.chart" . }}
|
||||
release: "{{ .Release.Name }}"
|
||||
heritage: "{{ .Release.Service }}"
|
||||
spec:
|
||||
|
||||
Reference in New Issue
Block a user