mirror of
https://github.com/helm/charts.git
synced 2026-08-23 22:37:45 +00:00
Updated deployment apiVersion to v1
Signed-off-by: Peter Nordquist <peter.nordquist@pnnl.gov>
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
{{ $grpcCaBuiltName := printf "%s-ca" $fullname }}
|
||||
{{ $grpcCaSecretName := default $grpcCaBuiltName .Values.certs.grpc.secret.caName }}
|
||||
|
||||
apiVersion: apps/v1beta2
|
||||
apiVersion: apps/v1
|
||||
kind: Deployment
|
||||
metadata:
|
||||
name: {{ template "dex.fullname" . }}
|
||||
|
||||
Reference in New Issue
Block a user