mirror of
https://github.com/kairos-io/helm-charts.git
synced 2025-08-17 14:47:15 +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
|
- name: Ettore Di Giacinto
|
||||||
email: mudler@kairos.io
|
email: mudler@kairos.io
|
||||||
|
|
||||||
version: 0.5.2
|
version: 0.5.3
|
||||||
appVersion: "v0.5.1"
|
appVersion: "v0.5.1"
|
||||||
|
@ -98,7 +98,7 @@ kind: Deployment
|
|||||||
metadata:
|
metadata:
|
||||||
labels:
|
labels:
|
||||||
app.kubernetes.io/name: osbuilder-nginx
|
app.kubernetes.io/name: osbuilder-nginx
|
||||||
name: '{{ include "helm-chart.fullname" . }}'
|
name: 'osbuilder-nginx'
|
||||||
namespace: '{{.Release.Namespace}}'
|
namespace: '{{.Release.Namespace}}'
|
||||||
spec:
|
spec:
|
||||||
replicas: 1
|
replicas: 1
|
||||||
|
Loading…
Reference in New Issue
Block a user