Skip to content

Commit

Permalink
Adds support for namespace for GKE Autopilot, fixes #19
Browse files Browse the repository at this point in the history
  • Loading branch information
rshade committed Dec 20, 2024
1 parent 4ff4356 commit 9196ac9
Show file tree
Hide file tree
Showing 7 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ nuget/

ci-scripts/
*.tar.gz
**/*.out

sdk/dotnet/version.txt
sdk/java/.gradle
Expand Down
2 changes: 1 addition & 1 deletion provider/pkg/provider/chart.go
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ type CertManagerGlobalPodSecurityPolicy struct {

type CertManagerGlobalLeaderElection struct {
// Override the namespace used to store the ConfigMap for leader election.
Namespace *string `pulumi:"namespace"`
Namespace pulumi.StringPtrInput `pulumi:"namespace"`
// The duration that non-leader candidates will wait after observing a
// leadership renewal until attempting to acquire leadership of a led but
// unrenewed leader slot. This is effectively the maximum duration that a
Expand Down

0 comments on commit 9196ac9

Please sign in to comment.