Compare commits
4 Commits
main
...
abbf7a989d
| Author | SHA1 | Date | |
|---|---|---|---|
|
abbf7a989d
|
|||
|
4ad22da372
|
|||
|
b0933b5631
|
|||
|
baf0594e18
|
2
.github/workflows/generate.yml
vendored
2
.github/workflows/generate.yml
vendored
@@ -26,6 +26,8 @@ jobs:
|
||||
registry-url: 'https://registry.npmjs.org'
|
||||
|
||||
# Force latest NPM to support OIDC correctly
|
||||
# https://github.com/orgs/community/discussions/173102
|
||||
# Seriously, what the fuck Github.
|
||||
- name: Update NPM
|
||||
run: npm install -g npm@latest
|
||||
|
||||
|
||||
2
README.md
Normal file
2
README.md
Normal file
@@ -0,0 +1,2 @@
|
||||
A repo that hosts converted CRDs to be used in Pulumi.
|
||||
Mostly meant to be more or less automatic and used downstream in our CLJS Pulumi library
|
||||
@@ -1,7 +1,11 @@
|
||||
{
|
||||
"name": "pulumi-extra-crds",
|
||||
"version": "1.0.9",
|
||||
"version": "1.0.11",
|
||||
"license": "Apache-2.0",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/GigiaJ/pulumi-crds.git"
|
||||
},
|
||||
"scripts": {
|
||||
"generate": "node scripts/generate-crds.js",
|
||||
"build": "tsc -p tsconfig.json"
|
||||
|
||||
Reference in New Issue
Block a user