microscopic-river-74022
12/06/2023, 3:10 PMmicroscopic-river-74022
12/06/2023, 3:10 PMmicroscopic-river-74022
12/06/2023, 3:14 PMbest-flower-46100
12/06/2023, 3:14 PMmicroscopic-river-74022
12/06/2023, 3:15 PMcopySecrets
directive in the Garden configuration is responsible for copying secrets from one namespace to another. If you want to disable this, you can remove or comment out the copySecrets
directive from your Garden configuration.
Here's an example of how to comment out the copySecrets
directive:
yaml
# providers:
# - copySecrets:
# - name: "my-secret"
Please note that by doing this, Garden will no longer copy secrets between namespaces, and you will need to manage the copying of secrets manually or through another method like the Kubernetes reflector you mentioned.
Remember to thoroughly test your configuration changes to ensure that your services continue to function as expected.
----------------------
Note: you can ask me a follow up question by @ mentioning me again :speech_balloon:
----------------------best-flower-46100
12/06/2023, 3:16 PMmicroscopic-river-74022
12/06/2023, 3:16 PMmicroscopic-river-74022
12/06/2023, 3:17 PMtlsCertificates
in the Garden configuration. The tlsCertificates
directive is used to specify the TLS certificates that Garden should use for the specified services, and these certificates are automatically copied to the appropriate namespaces.
If the automatic copying of secrets by Garden is causing issues with your Kubernetes reflector, you might need to consider a different approach for managing your secrets and certificates. For example, you could:
- Use a different method for managing your certificates that doesn't conflict with Garden's secret copying.
- Modify your Kubernetes reflector to ignore the secrets copied by Garden.
Please note that these are general suggestions and may require additional configuration or scripting based on your specific setup.
----------------------
Note: you can ask me a follow up question by @ mentioning me again :speech_balloon:
----------------------