diff --git a/containers/proxy-helm/proxy-helm.changes.cbosdo.helm-fixes b/containers/proxy-helm/proxy-helm.changes.cbosdo.helm-fixes new file mode 100644 index 000000000000..0c4f4ff26ba6 --- /dev/null +++ b/containers/proxy-helm/proxy-helm.changes.cbosdo.helm-fixes @@ -0,0 +1 @@ +- Fix labels indentation (bsc#1231150) diff --git a/containers/proxy-helm/templates/deployment.yaml b/containers/proxy-helm/templates/deployment.yaml index c127f02c2035..70c89a233991 100644 --- a/containers/proxy-helm/templates/deployment.yaml +++ b/containers/proxy-helm/templates/deployment.yaml @@ -3,8 +3,8 @@ kind: Deployment metadata: name: uyuni-proxy namespace: "{{ .Release.Namespace }}" -labels: - app: uyuni-proxy + labels: + app: uyuni-proxy spec: replicas: 1 selector: diff --git a/containers/server-helm/server-helm.changes.cbosdo.helm-fixes b/containers/server-helm/server-helm.changes.cbosdo.helm-fixes new file mode 100644 index 000000000000..0c4f4ff26ba6 --- /dev/null +++ b/containers/server-helm/server-helm.changes.cbosdo.helm-fixes @@ -0,0 +1 @@ +- Fix labels indentation (bsc#1231150) diff --git a/containers/server-helm/templates/deployment.yaml b/containers/server-helm/templates/deployment.yaml index 4f1c65a56cda..592ed499ef7c 100644 --- a/containers/server-helm/templates/deployment.yaml +++ b/containers/server-helm/templates/deployment.yaml @@ -3,8 +3,8 @@ kind: Deployment metadata: name: uyuni namespace: "{{ .Release.Namespace }}" -labels: - app: uyuni + labels: + app: uyuni spec: replicas: 1 selector: