a63597fc03
Add an OIDC client application to be deployed as a container for Kubernetes authentication. This application will be packaged into an RPM and automatically uploaded on controller-0 unlock. Story: 2006711 Task: 38166 Change-Id: I25c2b5ee7063d77722002df09afcc7d6725ebe8c Signed-off-by: Teresa Ho <teresa.ho@windriver.com>
26 lines
799 B
Diff
26 lines
799 B
Diff
From aa367b5e0a1012560b4b573a5d101307bd3dbd1a Mon Sep 17 00:00:00 2001
|
|
From: Jerry Sun <jerry.sun@windriver.com>
|
|
Date: Mon, 4 Nov 2019 15:23:08 -0500
|
|
Subject: [PATCH 1/1] Update Dex chart for Kubernetes API 1.16
|
|
|
|
---
|
|
stable/dex/templates/deployment.yaml | 2 +-
|
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
|
|
|
diff --git a/stable/dex/templates/deployment.yaml b/stable/dex/templates/deployment.yaml
|
|
index a088188..e46b748 100644
|
|
--- a/stable/dex/templates/deployment.yaml
|
|
+++ b/stable/dex/templates/deployment.yaml
|
|
@@ -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" . }}
|
|
--
|
|
2.7.4
|
|
|