File tree 2 files changed +16
-2
lines changed
2 files changed +16
-2
lines changed Original file line number Diff line number Diff line change 2
2
3
3
<div >
4
4
<a href =" https://github.com/ericpaulsen " style =" text-decoration : none ; color : inherit ;" >
5
- <span style="vertical-align:middle;">Your Name </span>
5
+ <span style="vertical-align:middle;">Eric Paulsen </span>
6
6
<img src="https://github.com/ericpaulsen.png" width="24px" height="24px" style="vertical-align:middle; margin: 0px;"/>
7
7
</a >
8
8
</div >
Original file line number Diff line number Diff line change 2
2
3
3
<div >
4
4
<a href =" https://github.com/ericpaulsen " style =" text-decoration : none ; color : inherit ;" >
5
- <span style="vertical-align:middle;">Your Name </span>
5
+ <span style="vertical-align:middle;">Eric Paulsen </span>
6
6
<img src="https://github.com/ericpaulsen.png" width="24px" height="24px" style="vertical-align:middle; margin: 0px;"/>
7
7
</a >
8
8
</div >
@@ -66,6 +66,11 @@ The output should look similar to this:
66
66
67
67
## 3. Define ImagePullSecret in Terraform template
68
68
69
+ With the ImagePullSecret now created, we can add the secret into the workspace
70
+ template. In the example below, we define the secret via the
71
+ ` image_pull_secrets ` argument. Note that this argument is nested at the same
72
+ level as the ` container ` argument:
73
+
69
74
``` hcl
70
75
resource "kubernetes_pod" "dev" {
71
76
metadata {
@@ -84,3 +89,12 @@ resource "kubernetes_pod" "dev" {
84
89
}
85
90
}
86
91
```
92
+
93
+ ## 4. Push New Template Version
94
+
95
+ Update your template by running the following commands:
96
+
97
+ ``` console
98
+ coder login <access-url>
99
+ coder templates push <template-name>
100
+ ```
You can’t perform that action at this time.
0 commit comments