Merge "[COMMON] new logConfiguration chart"
[oom.git] / kubernetes / multicloud / charts / multicloud-azure / templates / deployment.yaml
index 1a6d0b7..312c466 100644 (file)
@@ -15,7 +15,7 @@
 # limitations under the License.
 */}}
 
-apiVersion: extensions/v1beta1
+apiVersion: apps/v1
 kind: Deployment
 metadata:
   name: {{ include "common.fullname" . }}
@@ -29,7 +29,7 @@ spec:
   replicas: {{ .Values.replicaCount }}
   selector:
     matchLabels:
-      app: multicloud-azure
+      app: {{ include "common.name" . }}
   template:
     metadata:
       labels: