updating otf-deployment process with more details
[it/otf.git] / smo-o1-vth / helm / o1-vth / templates / deployment.yaml
index 26a76cc..10cf178 100644 (file)
@@ -1,4 +1,4 @@
-apiVersion: extensions/v1beta1\r
+apiVersion: apps/v1\r
 kind: Deployment\r
 metadata:\r
   name: {{ .Values.appName}}\r
@@ -52,11 +52,11 @@ spec:
           protocol: TCP\r
         env:\r
         - name: NAMESPACE\r
-          value: {{.Values.namespace}}\r
+          value: {{ .Values.namespace}}\r
         - name: APP_NAME\r
           value: {{ .Values.appName}}\r
         - name: APP_VERSION\r
-          value: {{.Values.version}}\r
+          value: {{ .Values.version}}\r
         - name: HTTP\r
           value: {{ .Values.HTTP}}\r
         - name: HTTPS\r