ffais
ffais
Added context to the debug command for debug-container plugin. Upgrade netshoot image. Fixes: #2553
**Describe the bug** The dubug-container doesn't work if k9s and kubeconfig context are different. **To Reproduce** Steps to reproduce the behavior: 1. Set kubectl context: `kubectl config use-context context-1` 2....
## What does your PR do? This PR makes the following changes... Added the Chart name as a suffix to the _airflow.fullname_ function, this is very useful for recognizing the...
### Context Some prostgresql operators (like zalando/postgres-operator) automatically create a secret containing username and password randomly generated) for the postgresql cluster. I added the possibility to use the secret created...
Hi there, ### Terraform Version Terraform 1.5.2 ### Affected Resource(s) - coder_parameter ### Terraform Configuration Files ```hcl data "coder_parameter" "admin_password" { name = "admin_password" display_name = "Admin Password" description =...
Add OIDC refresh token to coder_workspace_owner data source, useful to renew access token inside the workspace without restarting it.
I added the --touch flag as targetTarArgs to prevent the "Cannot utime: Operation not supported" error message from appearing, especially when some storage types (e.g. Azure FileShare) are used on...
With this PR allow users to expose the MTA-STS policy using the overrides for the POD front. As suggested in the [FAQ](https://mailu.io/master/faq.html#how-do-i-setup-a-mta-sts-policy).
I tried to use truenas-csp with Truenas SCAle 24.10.2.1 but the pvc remains in pending stete and I receive the following error: ``` Wed, 16 Apr 2025 11:46:03 +0000 backend...
## Change description The cri-containerd-*.tar.gz release bundles have been deprecated since containerd v1.6, and from containerd v2.0 this bundle is no longer available. ## Related issues - Fixes #1679 ##...