Skip to content

Commit 3e61b18

Browse files
committed
\n
1 parent ef02452 commit 3e61b18

10 files changed

Lines changed: 10 additions & 10 deletions

helm/tests/testdata/args.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
url: "http://coder.coder.svc.cluster.local"
22
args:
33
- --coder-url
4-
- "http://coder.coder.svc.cluster.local"
4+
- "http://coder.coder.svc.cluster.local"
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
url: "http://coder.coder.svc.cluster.local"
2-
labelSelector: com.coder.deployment=dev-coder.nicecorp.org
2+
labelSelector: com.coder.deployment=dev-coder.nicecorp.org

helm/tests/testdata/labels.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
url: "http://coder.coder.svc.cluster.local"
22
labels:
33
label-one: turtle
4-
label-two: cat
4+
label-two: cat

helm/tests/testdata/metrics.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
url: "http://coder.coder.svc.cluster.local"
22
metrics:
33
enabled: true
4-
port: 9998
4+
port: 9998
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
url: "http://coder.coder.svc.cluster.local"
22
namespaces:
33
- coder
4-
- coder-workloads
4+
- coder-workloads
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
url: "http://coder.coder.svc.cluster.local"
22
podSecurityContext:
3-
fsGroup: 655
3+
fsGroup: 655

helm/tests/testdata/rbac.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
url: "http://coder.coder.svc.cluster.local"
22
rbac:
33
roleName: coder-logstream-kube-custom-role-name
4-
roleBindingName: coder-logstream-kube-rolebinding-custom-rb-name
4+
roleBindingName: coder-logstream-kube-rolebinding-custom-rb-name

helm/tests/testdata/resources.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@ resources:
55
memory: 500Mi
66
requests:
77
cpu: 2000m
8-
memory: 2000Mi
8+
memory: 2000Mi

helm/tests/testdata/security_context.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ securityContext:
33
runAsNonRoot: true
44
runAsUser: 655
55
runAsGroup: 655
6-
allowPrivilegeEscalation: true
6+
allowPrivilegeEscalation: true

helm/tests/testdata/service_account.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@ serviceAccount:
44
golden: test
55
labels:
66
testing: golden
7-
name: coder-logstream-kube-custom-name
7+
name: coder-logstream-kube-custom-name

0 commit comments

Comments
 (0)