Deploy to correct namespace

This commit is contained in:
Iain Sproat
2025-04-01 14:32:05 +01:00
parent 701b286b97
commit d12b2c5a8a
3 changed files with 3 additions and 0 deletions
@@ -3,6 +3,7 @@ apiVersion: autoscaling/v2
kind: HorizontalPodAutoscaler
metadata:
name: {{ include "speckle-preview-service.fullname" . }}
namespace: {{ .Values.namespace }}
labels:
{{- include "speckle-preview-service.labels" . | nindent 4 }}
spec:
@@ -2,6 +2,7 @@ apiVersion: v1
kind: Service
metadata:
name: {{ include "speckle-preview-service.fullname" . }}
namespace: {{ .Values.namespace }}
labels:
{{- include "speckle-preview-service.labels" . | nindent 4 }}
spec:
@@ -3,6 +3,7 @@ apiVersion: v1
kind: ServiceAccount
metadata:
name: {{ include "speckle-preview-service.serviceAccountName" . }}
namespace: {{ .Values.namespace }}
labels:
{{- include "speckle-preview-service.labels" . | nindent 4 }}
{{- with .Values.serviceAccount.annotations }}