diff options
Diffstat (limited to 'templates/all-services.yaml')
-rw-r--r-- | templates/all-services.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/all-services.yaml b/templates/all-services.yaml index 196e7b1..604982b 100644 --- a/templates/all-services.yaml +++ b/templates/all-services.yaml @@ -5,7 +5,7 @@ metadata: labels: app: robot name: robot - namespace: "{{ .Values.nsPrefix }}-robot" + namespace: "{{ .Values.nsPrefix }}" spec: ports: - port: 88 |