user helm release namespace

Signed-off-by: Roland.Ma <rolandma@yunify.com>
This commit is contained in:
Roland.Ma
2021-05-26 09:09:49 +00:00
parent f7d7ed55ff
commit dc3d5bf08c
11 changed files with 50 additions and 56 deletions

View File

@@ -12,7 +12,6 @@ data:
kind: Secret
metadata:
name: ks-controller-manager-webhook-cert
namespace: kubesphere-system
type: Opaque
---
apiVersion: admissionregistration.k8s.io/v1beta1
@@ -26,7 +25,7 @@ webhooks:
caBundle: {{ b64enc $ca.Cert | quote }}
service:
name: ks-controller-manager
namespace: kubesphere-system
namespace: {{ .Release.Namespace }}
path: /validate-email-iam-kubesphere-io-v1alpha2
port: 443
failurePolicy: Fail
@@ -64,7 +63,7 @@ webhooks:
caBundle: {{ b64enc $ca.Cert | quote }}
service:
name: ks-controller-manager
namespace: kubesphere-system
namespace: {{ .Release.Namespace }}
path: /validate-network-kubesphere-io-v1alpha1
port: 443
failurePolicy: Fail
@@ -102,7 +101,7 @@ webhooks:
caBundle: {{ b64enc $ca.Cert | quote }}
service:
name: ks-controller-manager
namespace: kubesphere-system
namespace: {{ .Release.Namespace }}
path: /validate-quota-kubesphere-io-v1alpha2
port: 443
failurePolicy: Ignore