Skip to content

Commit

Permalink
manual merge as the change it self is correct
Browse files Browse the repository at this point in the history
but MKP mpdev:latest has an issue block our tests
  • Loading branch information
Niklas Hansson authored and Jeffwan committed Dec 9, 2020
1 parent b0014e0 commit 048dcef
Show file tree
Hide file tree
Showing 7 changed files with 15 additions and 15 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,6 @@ spec:
kind: ConfigMap
- group: v1
kind: Secret
- group: apps/v1beta2
- group: apps/v1
kind: Deployment

Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ metadata:
app.kubernetes.io/name: {{ .Release.Name }}
type: Opaque
---
apiVersion: apps/v1beta2
apiVersion: apps/v1
kind: Deployment
metadata:
labels:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ spec:
component: metadata-grpc-server
app.kubernetes.io/name: {{ .Release.Name }}
---
apiVersion: apps/v1beta2
apiVersion: apps/v1
kind: Deployment
metadata:
labels:
Expand Down Expand Up @@ -111,7 +111,7 @@ spec:
protocol: TCP
name: md-envoy
---
apiVersion: apps/v1beta2
apiVersion: apps/v1
kind: Deployment
metadata:
name: metadata-envoy
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ spec:
app.kubernetes.io/name: {{ .Release.Name }}
---
{{ if .Values.managedstorage.enabled }}
apiVersion: apps/v1beta2
apiVersion: apps/v1
kind: Deployment
metadata:
name: minio
Expand Down Expand Up @@ -82,7 +82,7 @@ spec:
requests:
storage: 20Gi
---
apiVersion: apps/v1beta2
apiVersion: apps/v1
kind: Deployment
metadata:
name: minio
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ spec:
app.kubernetes.io/name: {{ .Release.Name }}
---
{{ if .Values.managedstorage.enabled }}
apiVersion: apps/v1beta2
apiVersion: apps/v1
kind: Deployment
metadata:
name: cloudsqlproxy
Expand Down Expand Up @@ -94,7 +94,7 @@ spec:
requests:
storage: 20Gi
---
apiVersion: apps/v1beta2
apiVersion: apps/v1
kind: Deployment
metadata:
name: mysql
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -485,7 +485,7 @@ spec:
app: ml-pipeline
app.kubernetes.io/name: {{ .Release.Name }}
---
apiVersion: apps/v1beta2
apiVersion: apps/v1
kind: Deployment
metadata:
labels:
Expand All @@ -512,7 +512,7 @@ spec:
name: ml-pipeline-persistenceagent
serviceAccountName: ml-pipeline-persistenceagent
---
apiVersion: apps/v1beta2
apiVersion: apps/v1
kind: Deployment
metadata:
labels:
Expand All @@ -539,7 +539,7 @@ spec:
name: ml-pipeline-scheduledworkflow
serviceAccountName: ml-pipeline-scheduledworkflow
---
apiVersion: apps/v1beta2
apiVersion: apps/v1
kind: Deployment
metadata:
labels:
Expand Down Expand Up @@ -596,7 +596,7 @@ spec:
timeoutSeconds: 2
serviceAccountName: ml-pipeline-ui
---
apiVersion: apps/v1beta2
apiVersion: apps/v1
kind: Deployment
metadata:
labels:
Expand Down Expand Up @@ -625,7 +625,7 @@ spec:
name: ml-pipeline-viewer-crd
serviceAccountName: ml-pipeline-viewer-crd-service-account
---
apiVersion: apps/v1beta2
apiVersion: apps/v1
kind: Deployment
metadata:
labels:
Expand Down Expand Up @@ -676,7 +676,7 @@ spec:
timeoutSeconds: 2
serviceAccountName: ml-pipeline-visualizationserver
---
apiVersion: apps/v1beta2
apiVersion: apps/v1
kind: Deployment
metadata:
labels:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ subjects:
name: proxy-agent-runner
namespace: {{ .Release.Namespace }}
---
apiVersion: apps/v1beta2
apiVersion: apps/v1
kind: Deployment
metadata:
labels:
Expand Down

0 comments on commit 048dcef

Please sign in to comment.