Skip to content

Commit

Permalink
[installer] Update render tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Furisto committed Aug 5, 2022
1 parent ebb9ec4 commit 3e41c03
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1551,6 +1551,14 @@ data:
snapshotClass: ""
storageClass: ""
resources:
limits:
cpu:
buckets: null
burst: ""
min: ""
ephemeral-storage: ""
memory: ""
storage: ""
requests:
cpu: "1"
memory: 2Gi
Expand Down Expand Up @@ -4180,7 +4188,10 @@ data:
"ephemeral-storage": ""
},
"limits": {
"cpu": "",
"cpu": {
"min": "",
"burst": ""
},
"memory": "",
"ephemeral-storage": ""
}
Expand Down Expand Up @@ -8317,7 +8328,7 @@ spec:
template:
metadata:
annotations:
gitpod.io/checksum_config: 966e84fc3e1e16cc7f11151e2ec428a593541b08489f75cc2d0f707887f22644
gitpod.io/checksum_config: e16234f5c33fe9d8144f6977f78d2bec0e856ef276fe8e5c7bc99277021ea389
creationTimestamp: null
labels:
app: gitpod
Expand Down
15 changes: 13 additions & 2 deletions install/installer/cmd/testdata/render/minimal/output.golden
Original file line number Diff line number Diff line change
Expand Up @@ -1617,6 +1617,14 @@ data:
snapshotClass: ""
storageClass: ""
resources:
limits:
cpu:
buckets: null
burst: ""
min: ""
ephemeral-storage: ""
memory: ""
storage: ""
requests:
cpu: "1"
memory: 2Gi
Expand Down Expand Up @@ -4400,7 +4408,10 @@ data:
"ephemeral-storage": ""
},
"limits": {
"cpu": "",
"cpu": {
"min": "",
"burst": ""
},
"memory": "",
"ephemeral-storage": ""
}
Expand Down Expand Up @@ -8692,7 +8703,7 @@ spec:
template:
metadata:
annotations:
gitpod.io/checksum_config: 966e84fc3e1e16cc7f11151e2ec428a593541b08489f75cc2d0f707887f22644
gitpod.io/checksum_config: e16234f5c33fe9d8144f6977f78d2bec0e856ef276fe8e5c7bc99277021ea389
creationTimestamp: null
labels:
app: gitpod
Expand Down

0 comments on commit 3e41c03

Please sign in to comment.