Skip to content

Commit

Permalink
Onboard kubernetes-cert-manager to ci-mgmt (#892)
Browse files Browse the repository at this point in the history
[kubernetes-cert-manager](https://github.com/pulumi/pulumi-kubernetes-cert-manager)
is an older provider whose releases are currently
[broken](https://github.com/pulumi/pulumi-kubernetes-cert-manager/actions/runs/7996599325).

Rather than hacking together a one-time fix to unblock releases, it
would be better to manage this repo via ci-mgmt so it can stay
up-to-date with the rest of the ecosystem.

This can merge after
pulumi/pulumi-kubernetes-cert-manager#38, which
updates the repo to work with these workflows.
  • Loading branch information
blampe authored Apr 18, 2024
1 parent 65ba487 commit 10d4c68
Show file tree
Hide file tree
Showing 10 changed files with 2,317 additions and 0 deletions.
10 changes: 10 additions & 0 deletions native-provider-ci/providers/kubernetes-cert-manager/config.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
provider: kubernetes-cert-manager
major-version: 0
env:
AWS_REGION: us-west-2
PULUMI_TEST_OWNER: moolumi
GOLANGCI_LINT_VERSION: v1.55.2
GOOGLE_CI_SERVICE_ACCOUNT_EMAIL: [email protected]
GOOGLE_CI_WORKLOAD_IDENTITY_POOL: pulumi-ci
GOOGLE_CI_WORKLOAD_IDENTITY_PROVIDER: pulumi-ci
GOOGLE_PROJECT_NUMBER: 637339343727
Loading

0 comments on commit 10d4c68

Please sign in to comment.