-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: Cert-mounter added workload identity option (#340)
* added configuration for workload identity * minor fix * fix path for template * pre-commit fixs
- Loading branch information
1 parent
a81fd3f
commit de3c0de
Showing
5 changed files
with
61 additions
and
3 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
File renamed without changes.
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,17 @@ | ||
namespace: ${NAMESPACE} | ||
|
||
deployment: | ||
create: true | ||
|
||
kvCertificatesName: | ||
- ${CERTIFICATE_NAME} | ||
|
||
keyvault: | ||
name: ${KEY_VAULT_NAME} | ||
tenantId: ${TENANT_ID} | ||
|
||
serviceAccount: | ||
name: ${SERVICE_ACCOUNT_NAME} | ||
|
||
azure: | ||
workloadIdentityClientId: ${WORKLOAD_IDENTITY_CLIENT_ID} |
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