This is an automated email from the ASF dual-hosted git repository.
omartushevskyi pushed a commit to branch DLAB-1158
in repository https://gitbox.apache.org/repos/asf/incubator-dlab.git
The following commit(s) were added to refs/heads/DLAB-1158 by this push:
new a1902de added step-ca
a1902de is described below
commit a1902de499d9ad8f6935551412490a87bc35b7cd
Author: Oleh Martushevskyi <[email protected]>
AuthorDate: Wed Nov 27 12:40:29 2019 +0200
added step-ca
---
.../step-issuer-chart/templates/deployment.yaml | 33 +++++++++++++---------
1 file changed, 20 insertions(+), 13 deletions(-)
diff --git
a/infrastructure-provisioning/terraform/gcp/ssn-gke/main/modules/helm_charts/step-issuer-chart/templates/deployment.yaml
b/infrastructure-provisioning/terraform/gcp/ssn-gke/main/modules/helm_charts/step-issuer-chart/templates/deployment.yaml
index c010d77..25c8d63 100644
---
a/infrastructure-provisioning/terraform/gcp/ssn-gke/main/modules/helm_charts/step-issuer-chart/templates/deployment.yaml
+++
b/infrastructure-provisioning/terraform/gcp/ssn-gke/main/modules/helm_charts/step-issuer-chart/templates/deployment.yaml
@@ -21,12 +21,12 @@
#
******************************************************************************
*/ -}}
-apiVersion: v1
-kind: Namespace
-metadata:
- labels:
- control-plane: controller-manager
- name: step-issuer-system
+#apiVersion: v1
+#kind: Namespace
+#metadata:
+# labels:
+# control-plane: controller-manager
+# name: step-issuer-system
---
apiVersion: apiextensions.k8s.io/v1beta1
kind: CustomResourceDefinition
@@ -157,7 +157,8 @@ apiVersion: rbac.authorization.k8s.io/v1
kind: Role
metadata:
name: step-issuer-leader-election-role
- namespace: step-issuer-system
+ namespace: dlab
+ # step-issuer-system
rules:
- apiGroups:
- ""
@@ -260,7 +261,8 @@ apiVersion: rbac.authorization.k8s.io/v1
kind: RoleBinding
metadata:
name: step-issuer-leader-election-rolebinding
- namespace: step-issuer-system
+ namespace: dlab
+ # step-issuer-system
roleRef:
apiGroup: rbac.authorization.k8s.io
kind: Role
@@ -268,7 +270,8 @@ roleRef:
subjects:
- kind: ServiceAccount
name: default
- namespace: step-issuer-system
+ namespace: dlab
+ # step-issuer-system
---
apiVersion: rbac.authorization.k8s.io/v1
kind: ClusterRoleBinding
@@ -281,7 +284,8 @@ roleRef:
subjects:
- kind: ServiceAccount
name: default
- namespace: step-issuer-system
+ namespace: dlab
+ # step-issuer-system
---
apiVersion: rbac.authorization.k8s.io/v1
kind: ClusterRoleBinding
@@ -294,7 +298,8 @@ roleRef:
subjects:
- kind: ServiceAccount
name: default
- namespace: step-issuer-system
+ namespace: dlab
+ # step-issuer-system
---
apiVersion: v1
kind: Service
@@ -306,7 +311,8 @@ metadata:
labels:
control-plane: controller-manager
name: step-issuer-controller-manager-metrics-service
- namespace: step-issuer-system
+ namespace: dlab
+ # step-issuer-system
spec:
ports:
- name: https
@@ -321,7 +327,8 @@ metadata:
labels:
control-plane: controller-manager
name: step-issuer-controller-manager
- namespace: step-issuer-system
+ namespace: dlab
+ # step-issuer-system
spec:
replicas: 1
selector:
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]