mirror of
https://github.com/kairos-io/helm-charts.git
synced 2025-04-27 19:25:14 +00:00
Use a unique name for the nginx Deployment
because the currently used one was also used for the osbuilder controller Deployment Signed-off-by: Dimitris Karakasilis <dimitris@karakasilis.me>
This commit is contained in:
parent
7f4a9215fe
commit
00da2c7cf3
@ -8,5 +8,5 @@ maintainers:
|
||||
- name: Ettore Di Giacinto
|
||||
email: mudler@kairos.io
|
||||
|
||||
version: 0.5.2
|
||||
version: 0.5.3
|
||||
appVersion: "v0.5.1"
|
||||
|
@ -98,7 +98,7 @@ kind: Deployment
|
||||
metadata:
|
||||
labels:
|
||||
app.kubernetes.io/name: osbuilder-nginx
|
||||
name: '{{ include "helm-chart.fullname" . }}'
|
||||
name: 'osbuilder-nginx'
|
||||
namespace: '{{.Release.Namespace}}'
|
||||
spec:
|
||||
replicas: 1
|
||||
|
Loading…
Reference in New Issue
Block a user