-
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Refactor tests and add shared helpers (#9)
- Loading branch information
1 parent
2bfe6ca
commit 619e5ea
Showing
13 changed files
with
29 additions
and
138 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,20 +1,21 @@ | ||
podLabels: | ||
tags.datadoghq.com/service: gatekeeper | ||
audit: | ||
disableCertRotation: true | ||
podLabels: | ||
tags.datadoghq.com/service: gatekeeper-audit | ||
|
||
controllerManager: | ||
disableCertRotation: true | ||
podLabels: | ||
tags.datadoghq.com/service: gatekeeper-controller-manager | ||
|
||
audit: | ||
disableCertRotation: true | ||
podLabels: | ||
tags.datadoghq.com/service: gatekeeper-audit | ||
externalCertInjection: | ||
enabled: true | ||
|
||
podLabels: | ||
tags.datadoghq.com/service: gatekeeper | ||
|
||
validatingWebhookAnnotations: | ||
cert-manager.io/inject-ca-from: gatekeeper-system/gatekeeper-webhook-server-cert | ||
mutatingWebhookAnnotations: | ||
cert-manager.io/inject-ca-from: gatekeeper-system/gatekeeper-webhook-server-cert | ||
|
||
externalCertInjection: | ||
enabled: true | ||
validatingWebhookAnnotations: | ||
cert-manager.io/inject-ca-from: gatekeeper-system/gatekeeper-webhook-server-cert |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
../shared/helpers.tf |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
# Terraform Core Child Module Helpers (osinfra.io) | ||
# https://github.com/osinfra-io/terraform-core-helpers | ||
|
||
module "helpers" { | ||
source = "github.com/osinfra-io/terraform-core-helpers//child?ref=v0.1.2" | ||
} |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters