Skip to content

Commit 0365d6b

Browse files
committed
Remove pprof values
Signed-off-by: Ian Stanton <[email protected]>
1 parent 710b813 commit 0365d6b

File tree

5 files changed

+0
-12
lines changed

5 files changed

+0
-12
lines changed

cmd/build/helmify/kustomize-for-helm.yaml

-4
Original file line numberDiff line numberDiff line change
@@ -104,8 +104,6 @@ spec:
104104
- --mutating-webhook-configuration-name={{ .Values.mutatingWebhookName }}
105105
- --external-data-provider-response-cache-ttl={{ .Values.externaldataProviderResponseCacheTTL }}
106106
- --enable-k8s-native-validation={{ .Values.enableK8sNativeValidation }}
107-
- --enable-pprof={{ .Values.enablePprof }}
108-
- --pprof-port={{ .Values.pprofPort }}
109107
- HELMBUST_ENABLE_TLS_APISERVER_AUTHENTICATION
110108
- HELMSUBST_METRICS_BACKEND_ARG
111109
- --stackdriver-only-when-available={{ .Values.stackdriverOnlyWhenAvailable }}
@@ -219,8 +217,6 @@ spec:
219217
- --disable-cert-rotation={{ or .Values.audit.disableCertRotation .Values.externalCertInjection.enabled }}
220218
- --external-data-provider-response-cache-ttl={{ .Values.externaldataProviderResponseCacheTTL }}
221219
- --enable-k8s-native-validation={{ .Values.enableK8sNativeValidation }}
222-
- --enable-pprof={{ .Values.enablePprof }}
223-
- --pprof-port={{ .Values.pprofPort }}
224220
- HELMSUBST_DEPLOYMENT_DEFAULT_CREATE_VAP_FOR_TEMPLATES
225221
- HELMSUBST_DEPLOYMENT_DEFAULT_CREATE_VAPB_FOR_CONSTRAINTS
226222
- HELMSUBST_DEPLOYMENT_AUDIT_DEFAULT_WAIT_VAPB_GENERATION

cmd/build/helmify/static/values.yaml

-2
Original file line numberDiff line numberDiff line change
@@ -53,8 +53,6 @@ auditEventsInvolvedNamespace: false
5353
resourceQuota: true
5454
externaldataProviderResponseCacheTTL: 3m
5555
enableK8sNativeValidation: true
56-
enablePprof: false
57-
pprofPort: 6060
5856
image:
5957
repository: openpolicyagent/gatekeeper
6058
crdRepository: openpolicyagent/gatekeeper-crds

manifest_staging/charts/gatekeeper/templates/gatekeeper-audit-deployment.yaml

-2
Original file line numberDiff line numberDiff line change
@@ -105,8 +105,6 @@ spec:
105105
- --disable-cert-rotation={{ or .Values.audit.disableCertRotation .Values.externalCertInjection.enabled }}
106106
- --external-data-provider-response-cache-ttl={{ .Values.externaldataProviderResponseCacheTTL }}
107107
- --enable-k8s-native-validation={{ .Values.enableK8sNativeValidation }}
108-
- --enable-pprof={{ .Values.enablePprof }}
109-
- --pprof-port={{ .Values.pprofPort }}
110108

111109
{{- if hasKey .Values "defaultCreateVAPForTemplates"}}
112110
- --default-create-vap-for-templates={{ .Values.defaultCreateVAPForTemplates }}

manifest_staging/charts/gatekeeper/templates/gatekeeper-controller-manager-deployment.yaml

-2
Original file line numberDiff line numberDiff line change
@@ -87,8 +87,6 @@ spec:
8787
- --mutating-webhook-configuration-name={{ .Values.mutatingWebhookName }}
8888
- --external-data-provider-response-cache-ttl={{ .Values.externaldataProviderResponseCacheTTL }}
8989
- --enable-k8s-native-validation={{ .Values.enableK8sNativeValidation }}
90-
- --enable-pprof={{ .Values.enablePprof }}
91-
- --pprof-port={{ .Values.pprofPort }}
9290
{{ if ne .Values.controllerManager.clientCertName "" }}- --client-cert-name={{ .Values.controllerManager.clientCertName }}{{- end }}
9391

9492
{{- range .Values.metricsBackends}}

manifest_staging/charts/gatekeeper/values.yaml

-2
Original file line numberDiff line numberDiff line change
@@ -53,8 +53,6 @@ auditEventsInvolvedNamespace: false
5353
resourceQuota: true
5454
externaldataProviderResponseCacheTTL: 3m
5555
enableK8sNativeValidation: true
56-
enablePprof: false
57-
pprofPort: 6060
5856
image:
5957
repository: openpolicyagent/gatekeeper
6058
crdRepository: openpolicyagent/gatekeeper-crds

0 commit comments

Comments
 (0)