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:
Dimitris Karakasilis 2022-12-19 17:23:40 +02:00
parent 7f4a9215fe
commit 00da2c7cf3
No known key found for this signature in database
GPG Key ID: 286DCAFD2C97DDE3
2 changed files with 2 additions and 2 deletions

View File

@ -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"

View File

@ -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