You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
A clear and concise description of what the bug is.
When using the example YAML from the documentation, or even my own, in an Azure Key Vault secret. I am able unable to get the secret to sync into the K8s cluster. When describing the AzureKeyVaultSecret resource, it shows this error.
Warning ErrAzureVault 25s (x18 over 86s) azurekeyvaultcontroller Failed to get secret for 'xxxxxxx' from Azure Key Vault 'cluster': yaml: mapping values are not allowed in this context
- Create a single secret with multiple values
- Values include smtp and yubico, but can be extended
- This can be combined into a single azkv2k8s resource once SparebankenVest/azure-key-vault-to-kubernetes#737 is resolved.
Note: Make sure to check out known issues (https://akv2k8s.io/troubleshooting/known-issues/) before submitting
Components and versions
Select which component(s) the bug relates to with [X].
[X] Controller, version:
1.6.0
(docker image tag)[X] Env-Injector (webhook), version:
1.6.0
(docker image tag)[ ] Other
Describe the bug
A clear and concise description of what the bug is.
When using the example YAML from the documentation, or even my own, in an Azure Key Vault secret. I am able unable to get the secret to sync into the K8s cluster. When describing the
AzureKeyVaultSecret
resource, it shows this error.To Reproduce
Steps to reproduce the behavior:
Expected behavior
A clear and concise description of what you expected to happen.
When applying the manifest, the Kubernetes secret is created.
Logs
If applicable, add logs to help explain your problem.
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: