You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# webhooks.tolerations -- [Tolerations](https://kubernetes.io/docs/concepts/scheduling-eviction/taint-and-toleration/) applied to the webhooks pods
198
198
tolerations: []
199
199
200
+
# webhooks.securityContext -- [Security Context](https://kubernetes.io/docs/tasks/configure-pod-container/security-context/) applied to the webhooks pods
201
+
securityContext: {}
202
+
203
+
# webhooks.containerSecurityContext -- [Security Context](https://kubernetes.io/docs/tasks/configure-pod-container/security-context/) applied to the webhooks containers
# foghorn.tolerations -- [Tolerations](https://kubernetes.io/docs/concepts/scheduling-eviction/taint-and-toleration/) applied to the foghorn pods
262
268
tolerations: []
263
269
270
+
# foghorn.securityContext -- [Security Context](https://kubernetes.io/docs/tasks/configure-pod-container/security-context/) applied to the foghorn pods
271
+
securityContext: {}
272
+
273
+
# foghorn.containerSecurityContext -- [Security Context](https://kubernetes.io/docs/tasks/configure-pod-container/security-context/) applied to the foghorn containers
# tektoncontroller.dashboardURL -- the dashboard URL (e.g. Tekton dashboard)
@@ -302,6 +314,12 @@ tektoncontroller:
302
314
# tektoncontroller.tolerations -- [Tolerations](https://kubernetes.io/docs/concepts/scheduling-eviction/taint-and-toleration/) applied to the tekton controller pods
303
315
tolerations: []
304
316
317
+
# tektoncontroller.securityContext -- [Security Context](https://kubernetes.io/docs/tasks/configure-pod-container/security-context/) applied to the tekton controller pods
318
+
securityContext: {}
319
+
320
+
# tektoncontroller.containerSecurityContext -- [Security Context](https://kubernetes.io/docs/tasks/configure-pod-container/security-context/) applied to the tekton controller containers
321
+
containerSecurityContext: {}
322
+
305
323
resources:
306
324
# tektoncontroller.resources.limits -- Resource limits applied to the tekton controller pods
# jenkinscontroller.image.tag -- Template for computing the tekton controller docker image tag
358
+
# jenkinscontroller.image.tag -- Template for computing the jenkins controller docker image tag
341
359
tag: "{{ .Values.image.tag }}"
342
360
343
-
# jenkinscontroller.image.pullPolicy -- Template for computing the tekton controller docker image pull policy
361
+
# jenkinscontroller.image.pullPolicy -- Template for computing the jenkins controller docker image pull policy
344
362
pullPolicy: "{{ .Values.image.pullPolicy }}"
345
363
346
-
# jenkinscontroller.podAnnotations -- Annotations applied to the tekton controller pods
364
+
# jenkinscontroller.podAnnotations -- Annotations applied to the jenkins controller pods
347
365
podAnnotations: {}
348
366
349
-
# jenkinscontroller.nodeSelector -- [Node selector](https://kubernetes.io/docs/concepts/scheduling-eviction/assign-pod-node/#nodeselector) applied to the tekton controller pods
367
+
# jenkinscontroller.nodeSelector -- [Node selector](https://kubernetes.io/docs/concepts/scheduling-eviction/assign-pod-node/#nodeselector) applied to the jenkins controller pods
350
368
nodeSelector: {}
351
369
352
-
# jenkinscontroller.affinity -- [Affinity rules](https://kubernetes.io/docs/concepts/scheduling-eviction/assign-pod-node/#affinity-and-anti-affinity) applied to the tekton controller pods
370
+
# jenkinscontroller.affinity -- [Affinity rules](https://kubernetes.io/docs/concepts/scheduling-eviction/assign-pod-node/#affinity-and-anti-affinity) applied to the jenkins controller pods
353
371
affinity: {}
354
372
355
-
# jenkinscontroller.tolerations -- [Tolerations](https://kubernetes.io/docs/concepts/scheduling-eviction/taint-and-toleration/) applied to the tekton controller pods
373
+
# jenkinscontroller.tolerations -- [Tolerations](https://kubernetes.io/docs/concepts/scheduling-eviction/taint-and-toleration/) applied to the jenkins controller pods
356
374
tolerations: []
357
375
376
+
# jenkinscontroller.securityContext -- [Security Context](https://kubernetes.io/docs/tasks/configure-pod-container/security-context/) applied to the jenkins controller pods
377
+
securityContext: {}
378
+
379
+
# jenkinscontroller.containerSecurityContext -- [Security Context](https://kubernetes.io/docs/tasks/configure-pod-container/security-context/) applied to the jenkins controller containers
380
+
containerSecurityContext: {}
381
+
358
382
resources:
359
-
# jenkinscontroller.resources.limits -- Resource limits applied to the tekton controller pods
383
+
# jenkinscontroller.resources.limits -- Resource limits applied to the jenkins controller pods
360
384
limits:
361
385
cpu: 100m
362
386
memory: 256Mi
363
387
364
-
# jenkinscontroller.resources.requests -- Resource requests applied to the tekton controller pods
388
+
# jenkinscontroller.resources.requests -- Resource requests applied to the jenkins controller pods
365
389
requests:
366
390
cpu: 80m
367
391
memory: 128Mi
368
392
369
-
# jenkinscontroller.service -- Service settings for the tekton controller
393
+
# jenkinscontroller.service -- Service settings for the jenkins controller
# keeper.statusContextLabel -- Label used to report status to git provider
@@ -446,8 +470,14 @@ keeper:
446
470
# keeper.tolerations -- [Tolerations](https://kubernetes.io/docs/concepts/scheduling-eviction/taint-and-toleration/) applied to the keeper pods
447
471
tolerations: []
448
472
473
+
# keeper.securityContext -- [Security Context](https://kubernetes.io/docs/tasks/configure-pod-container/security-context/) applied to the keeper pods
474
+
securityContext: {}
475
+
476
+
# keeper.containerSecurityContext -- [Security Context](https://kubernetes.io/docs/tasks/configure-pod-container/security-context/) applied to the keeper containers
0 commit comments