File tree 5 files changed +0
-12
lines changed
manifest_staging/charts/gatekeeper
5 files changed +0
-12
lines changed Original file line number Diff line number Diff line change @@ -104,8 +104,6 @@ spec:
104
104
- --mutating-webhook-configuration-name={{ .Values.mutatingWebhookName }}
105
105
- --external-data-provider-response-cache-ttl={{ .Values.externaldataProviderResponseCacheTTL }}
106
106
- --enable-k8s-native-validation={{ .Values.enableK8sNativeValidation }}
107
- - --enable-pprof={{ .Values.enablePprof }}
108
- - --pprof-port={{ .Values.pprofPort }}
109
107
- HELMBUST_ENABLE_TLS_APISERVER_AUTHENTICATION
110
108
- HELMSUBST_METRICS_BACKEND_ARG
111
109
- --stackdriver-only-when-available={{ .Values.stackdriverOnlyWhenAvailable }}
@@ -219,8 +217,6 @@ spec:
219
217
- --disable-cert-rotation={{ or .Values.audit.disableCertRotation .Values.externalCertInjection.enabled }}
220
218
- --external-data-provider-response-cache-ttl={{ .Values.externaldataProviderResponseCacheTTL }}
221
219
- --enable-k8s-native-validation={{ .Values.enableK8sNativeValidation }}
222
- - --enable-pprof={{ .Values.enablePprof }}
223
- - --pprof-port={{ .Values.pprofPort }}
224
220
- HELMSUBST_DEPLOYMENT_DEFAULT_CREATE_VAP_FOR_TEMPLATES
225
221
- HELMSUBST_DEPLOYMENT_DEFAULT_CREATE_VAPB_FOR_CONSTRAINTS
226
222
- HELMSUBST_DEPLOYMENT_AUDIT_DEFAULT_WAIT_VAPB_GENERATION
Original file line number Diff line number Diff line change @@ -53,8 +53,6 @@ auditEventsInvolvedNamespace: false
53
53
resourceQuota : true
54
54
externaldataProviderResponseCacheTTL : 3m
55
55
enableK8sNativeValidation : true
56
- enablePprof : false
57
- pprofPort : 6060
58
56
image :
59
57
repository : openpolicyagent/gatekeeper
60
58
crdRepository : openpolicyagent/gatekeeper-crds
Original file line number Diff line number Diff line change @@ -105,8 +105,6 @@ spec:
105
105
- --disable-cert-rotation={{ or .Values.audit.disableCertRotation .Values.externalCertInjection.enabled }}
106
106
- --external-data-provider-response-cache-ttl={{ .Values.externaldataProviderResponseCacheTTL }}
107
107
- --enable-k8s-native-validation={{ .Values.enableK8sNativeValidation }}
108
- - --enable-pprof={{ .Values.enablePprof }}
109
- - --pprof-port={{ .Values.pprofPort }}
110
108
111
109
{{- if hasKey .Values "defaultCreateVAPForTemplates"}}
112
110
- --default-create-vap-for-templates={{ .Values.defaultCreateVAPForTemplates }}
Original file line number Diff line number Diff line change 87
87
- --mutating-webhook-configuration-name={{ .Values.mutatingWebhookName }}
88
88
- --external-data-provider-response-cache-ttl={{ .Values.externaldataProviderResponseCacheTTL }}
89
89
- --enable-k8s-native-validation={{ .Values.enableK8sNativeValidation }}
90
- - --enable-pprof={{ .Values.enablePprof }}
91
- - --pprof-port={{ .Values.pprofPort }}
92
90
{{ if ne .Values.controllerManager.clientCertName "" }}- --client-cert-name={{ .Values.controllerManager.clientCertName }}{{- end }}
93
91
94
92
{{- range .Values.metricsBackends}}
Original file line number Diff line number Diff line change @@ -53,8 +53,6 @@ auditEventsInvolvedNamespace: false
53
53
resourceQuota : true
54
54
externaldataProviderResponseCacheTTL : 3m
55
55
enableK8sNativeValidation : true
56
- enablePprof : false
57
- pprofPort : 6060
58
56
image :
59
57
repository : openpolicyagent/gatekeeper
60
58
crdRepository : openpolicyagent/gatekeeper-crds
You can’t perform that action at this time.
0 commit comments