File tree 3 files changed +21
-21
lines changed
3 files changed +21
-21
lines changed Original file line number Diff line number Diff line change 9
9
name : letsencrypt
10
10
kind : ClusterIssuer
11
11
dnsNames :
12
- - " ${PR_DEPLOYMENT_ACCESS_URL}"
13
- - " *.{$PR_DEPLOYMENT_ACCESS_URL}"
12
+ - " ${PR_DEPLOYMENT_ACCESS_URL}"
13
+ - " *.{$PR_DEPLOYMENT_ACCESS_URL}"
Original file line number Diff line number Diff line change 1
1
apiVersion : v1
2
2
kind : Config
3
3
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}
8
8
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}
14
14
current-context : pr${PR_NUMBER}
15
15
users :
16
- - name : coder-workspace
17
- user :
18
- token : $TOKEN
16
+ - name : coder-workspace
17
+ user :
18
+ token : $TOKEN
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ metadata:
4
4
name : coder-workspace
5
5
namespace : pr${PR_NUMBER}
6
6
secrets :
7
- - name : coder-workspace-token
7
+ - name : coder-workspace-token
8
8
9
9
---
10
10
apiVersion : rbac.authorization.k8s.io/v1
@@ -13,9 +13,9 @@ metadata:
13
13
name : coder-workspace
14
14
namespace : pr${PR_NUMBER}
15
15
rules :
16
- - apiGroups : ["*"]
17
- resources : ["*"]
18
- verbs : ["*"]
16
+ - apiGroups : ["*"]
17
+ resources : ["*"]
18
+ verbs : ["*"]
19
19
20
20
---
21
21
apiVersion : rbac.authorization.k8s.io/v1
@@ -24,9 +24,9 @@ metadata:
24
24
name : coder-workspace
25
25
namespace : pr${PR_NUMBER}
26
26
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}
30
30
roleRef :
31
31
apiGroup : rbac.authorization.k8s.io
32
32
kind : Role
You can’t perform that action at this time.
0 commit comments