manual merge as the change it self is correct
but MKP mpdev:latest has an issue block our tests
This commit is contained in:
parent
61960efb87
commit
3d2c6ea84c
|
|
@ -46,6 +46,6 @@ spec:
|
|||
kind: ConfigMap
|
||||
- group: v1
|
||||
kind: Secret
|
||||
- group: apps/v1beta2
|
||||
- group: apps/v1
|
||||
kind: Deployment
|
||||
|
||||
|
|
|
|||
|
|
@ -179,7 +179,7 @@ metadata:
|
|||
app.kubernetes.io/name: {{ .Release.Name }}
|
||||
type: Opaque
|
||||
---
|
||||
apiVersion: apps/v1beta2
|
||||
apiVersion: apps/v1
|
||||
kind: Deployment
|
||||
metadata:
|
||||
labels:
|
||||
|
|
|
|||
|
|
@ -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:
|
||||
|
|
@ -111,7 +111,7 @@ spec:
|
|||
protocol: TCP
|
||||
name: md-envoy
|
||||
---
|
||||
apiVersion: apps/v1beta2
|
||||
apiVersion: apps/v1
|
||||
kind: Deployment
|
||||
metadata:
|
||||
name: metadata-envoy
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
@ -82,7 +82,7 @@ spec:
|
|||
requests:
|
||||
storage: 20Gi
|
||||
---
|
||||
apiVersion: apps/v1beta2
|
||||
apiVersion: apps/v1
|
||||
kind: Deployment
|
||||
metadata:
|
||||
name: minio
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
@ -94,7 +94,7 @@ spec:
|
|||
requests:
|
||||
storage: 20Gi
|
||||
---
|
||||
apiVersion: apps/v1beta2
|
||||
apiVersion: apps/v1
|
||||
kind: Deployment
|
||||
metadata:
|
||||
name: mysql
|
||||
|
|
|
|||
|
|
@ -485,7 +485,7 @@ spec:
|
|||
app: ml-pipeline
|
||||
app.kubernetes.io/name: {{ .Release.Name }}
|
||||
---
|
||||
apiVersion: apps/v1beta2
|
||||
apiVersion: apps/v1
|
||||
kind: Deployment
|
||||
metadata:
|
||||
labels:
|
||||
|
|
@ -512,7 +512,7 @@ spec:
|
|||
name: ml-pipeline-persistenceagent
|
||||
serviceAccountName: ml-pipeline-persistenceagent
|
||||
---
|
||||
apiVersion: apps/v1beta2
|
||||
apiVersion: apps/v1
|
||||
kind: Deployment
|
||||
metadata:
|
||||
labels:
|
||||
|
|
@ -539,7 +539,7 @@ spec:
|
|||
name: ml-pipeline-scheduledworkflow
|
||||
serviceAccountName: ml-pipeline-scheduledworkflow
|
||||
---
|
||||
apiVersion: apps/v1beta2
|
||||
apiVersion: apps/v1
|
||||
kind: Deployment
|
||||
metadata:
|
||||
labels:
|
||||
|
|
@ -596,7 +596,7 @@ spec:
|
|||
timeoutSeconds: 2
|
||||
serviceAccountName: ml-pipeline-ui
|
||||
---
|
||||
apiVersion: apps/v1beta2
|
||||
apiVersion: apps/v1
|
||||
kind: Deployment
|
||||
metadata:
|
||||
labels:
|
||||
|
|
@ -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:
|
||||
|
|
@ -676,7 +676,7 @@ spec:
|
|||
timeoutSeconds: 2
|
||||
serviceAccountName: ml-pipeline-visualizationserver
|
||||
---
|
||||
apiVersion: apps/v1beta2
|
||||
apiVersion: apps/v1
|
||||
kind: Deployment
|
||||
metadata:
|
||||
labels:
|
||||
|
|
|
|||
|
|
@ -36,7 +36,7 @@ subjects:
|
|||
name: proxy-agent-runner
|
||||
namespace: {{ .Release.Namespace }}
|
||||
---
|
||||
apiVersion: apps/v1beta2
|
||||
apiVersion: apps/v1
|
||||
kind: Deployment
|
||||
metadata:
|
||||
labels:
|
||||
|
|
|
|||
Loading…
Reference in New Issue