Compare commits
3 Commits
baf0594e18
...
abbf7a989d
| Author | SHA1 | Date | |
|---|---|---|---|
|
abbf7a989d
|
|||
|
4ad22da372
|
|||
|
b0933b5631
|
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,6 +1,6 @@
|
||||
{
|
||||
"name": "pulumi-extra-crds",
|
||||
"version": "1.0.10",
|
||||
"version": "1.0.11",
|
||||
"license": "Apache-2.0",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
|
||||
Reference in New Issue
Block a user