Skip to content

Commit 5450640

Browse files
committed
Formatting fixes
1 parent 4f5c6ab commit 5450640

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

charts/sourcegraph/examples/openshift/override.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@
1010
#
1111
# RBAC
1212
# Some cluster security policies may block the Helm chart from creating RBAC resources,
13-
# such as service accounts, roles, and role bindings.
14-
# Sourcegraph only uses RBAC resources for Kubernetes service discovery, and
15-
# workarounds are available if needed
13+
# such as service accounts, roles, and role bindings.
14+
# Sourcegraph only uses RBAC resources for Kubernetes service discovery, and
15+
# workarounds are available if needed
1616
#
1717
# UID / GID / fsGroup
1818
# Containers must run as UID / GID / fsGroup numbers assigned when the OpenShift
@@ -252,8 +252,9 @@ frontend:
252252
annotations:
253253
# If using HAProxy router, add the timeout to prevent SSE / streaming timeouts
254254
haproxy.router.openshift.io/timeout: 5m
255-
kubernetes.io/ingress.class: openshift-default
255+
kubernetes.io/ingress.class: openshift-default-example
256256
nginx.ingress.kubernetes.io/proxy-body-size: 150m
257+
# If terminating TLS on the router
257258
route.openshift.io/termination: edge
258259
host: sourcegraph.example.com
259260

@@ -366,7 +367,6 @@ executor:
366367
# keepWorkspaces: true
367368

368369
# Requires -list format, not the cleaner map format
369-
370370
extraEnv:
371371

372372
- name: KUBERNETES_EXECUTOR_CONTAINER_SECURITY_CONTEXT

0 commit comments

Comments
 (0)