add env to kustomization openapi spec

This commit is contained in:
Natasha Sarkar
2021-03-08 10:51:32 -08:00
parent 5af35f4f1a
commit 12c0360ba3
2 changed files with 5 additions and 2 deletions

View File

@@ -111,6 +111,9 @@
"type": "string"
},
"type": "array"
},
"env": {
"type": "string"
}
},
"additionalProperties": false,