Skip to content

Commit 9fa3d67

Browse files
committed
fmt
1 parent 3f8599b commit 9fa3d67

File tree

3 files changed

+21
-21
lines changed

3 files changed

+21
-21
lines changed

.github/pr-deployments/certificate.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,5 @@ spec:
99
name: letsencrypt
1010
kind: ClusterIssuer
1111
dnsNames:
12-
- "${PR_DEPLOYMENT_ACCESS_URL}"
13-
- "*.{$PR_DEPLOYMENT_ACCESS_URL}"
12+
- "${PR_DEPLOYMENT_ACCESS_URL}"
13+
- "*.{$PR_DEPLOYMENT_ACCESS_URL}"
Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
11
apiVersion: v1
22
kind: Config
33
clusters:
4-
- cluster:
5-
certificate-authority-data: $CLUSTER_CA
6-
server: $CLUSTER_ENDPOINT
7-
name: pr${PR_NUMBER}
4+
- cluster:
5+
certificate-authority-data: $CLUSTER_CA
6+
server: $CLUSTER_ENDPOINT
7+
name: pr${PR_NUMBER}
88
contexts:
9-
- context:
10-
cluster: pr${PR_NUMBER}
11-
namespace: pr${PR_NUMBER}
12-
user: coder-workspace
13-
name: pr${PR_NUMBER}
9+
- context:
10+
cluster: pr${PR_NUMBER}
11+
namespace: pr${PR_NUMBER}
12+
user: coder-workspace
13+
name: pr${PR_NUMBER}
1414
current-context: pr${PR_NUMBER}
1515
users:
16-
- name: coder-workspace
17-
user:
18-
token: $TOKEN
16+
- name: coder-workspace
17+
user:
18+
token: $TOKEN

.github/pr-deployments/rbac.yaml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ metadata:
44
name: coder-workspace
55
namespace: pr${PR_NUMBER}
66
secrets:
7-
- name: coder-workspace-token
7+
- name: coder-workspace-token
88

99
---
1010
apiVersion: rbac.authorization.k8s.io/v1
@@ -13,9 +13,9 @@ metadata:
1313
name: coder-workspace
1414
namespace: pr${PR_NUMBER}
1515
rules:
16-
- apiGroups: ["*"]
17-
resources: ["*"]
18-
verbs: ["*"]
16+
- apiGroups: ["*"]
17+
resources: ["*"]
18+
verbs: ["*"]
1919

2020
---
2121
apiVersion: rbac.authorization.k8s.io/v1
@@ -24,9 +24,9 @@ metadata:
2424
name: coder-workspace
2525
namespace: pr${PR_NUMBER}
2626
subjects:
27-
- kind: ServiceAccount
28-
name: coder-workspace
29-
namespace: pr${PR_NUMBER}
27+
- kind: ServiceAccount
28+
name: coder-workspace
29+
namespace: pr${PR_NUMBER}
3030
roleRef:
3131
apiGroup: rbac.authorization.k8s.io
3232
kind: Role

0 commit comments

Comments
 (0)