Skip to content

Commit

Permalink
Adding in kubnernetes-ingress-nginx
Browse files Browse the repository at this point in the history
  • Loading branch information
rshade committed Dec 12, 2024
1 parent 84bf03d commit dee39c3
Show file tree
Hide file tree
Showing 13 changed files with 2,519 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .github/ISSUE_TEMPLATE/0-ecosystem-providers.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ assignees: ''
---

<!-- Start with a one- to three-sentence summary of what needs to be done for every proivder . -->
# Providers

## Native Providers

Expand All @@ -20,6 +21,7 @@ assignees: ''
- [ ] [google-native](https://github.com/pulumi/pulumi-google-native) (deprecated)
- [ ] [kubernetes](https://github.com/pulumi/pulumi-kubernetes)
- [ ] [kubernetes-cert-manager](https://github.com/pulumi/pulumi-kubernetes-cert-manager)
- [ ] [kubernetes-ingress-nginx](https://github.com/pulumi/pulumi-kubernetes-ingress-nginx)

## Bridged Providers

Expand All @@ -31,6 +33,7 @@ assignees: ''
- [ ] [azuread](https://github.com/pulumi/pulumi-azuread)

### Tier 2

- [ ] [auth0](https://github.com/pulumi/pulumi-auth0)
- [ ] [cloudflare](https://github.com/pulumi/pulumi-cloudflare)
- [ ] [datadog](https://github.com/pulumi/pulumi-datadog)
Expand Down
11 changes: 11 additions & 0 deletions native-provider-ci/providers/kubernetes-ingress-nginx/config.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
provider: kubernetes-ingress-nginx
pulumiVersionFile: .pulumi.version
major-version: 0
env:
AWS_REGION: us-west-2
PULUMI_TEST_OWNER: moolumi
GOLANGCI_LINT_VERSION: v1.61.0
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 dee39c3

Please sign in to comment.