Skip to content

Commit

Permalink
[astro] Remove remote refs from chart schema
Browse files Browse the repository at this point in the history
This allows for the chart to be installed in places without outbound
routing.
  • Loading branch information
jedcunningham committed Dec 16, 2021
1 parent d2f7446 commit c0e2d1f
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions chart/values.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -1698,7 +1698,6 @@
"resources": {
"description": "Resources for the create user job pod",
"type": "object",
"$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.22.0/_definitions.json#/definitions/io.k8s.api.core.v1.ResourceRequirements",
"default": {},
"examples": [
{
Expand Down Expand Up @@ -1758,7 +1757,6 @@
"resources": {
"description": "Resources for the migrate database job pod",
"type": "object",
"$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.22.0/_definitions.json#/definitions/io.k8s.api.core.v1.ResourceRequirements",
"default": {},
"examples": [
{
Expand Down Expand Up @@ -3050,7 +3048,6 @@
"resources": {
"description": "Resources for or cleanup pods",
"type": "object",
"$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.22.0/_definitions.json#/definitions/io.k8s.api.core.v1.ResourceRequirements",
"default": {},
"examples": [
{
Expand Down

0 comments on commit c0e2d1f

Please sign in to comment.