Commit eaa66aa
authored
chore: removed unused env var in app-proxy (#565)
* feat: add GIT_SSL_CAINFO environment variable for secure Git operations (was already merged in previous pr, but i wanted to merge the template fix)
This change introduces the GIT_SSL_CAINFO variable to specify the
location of the CA certificate for SSL connections, enhancing the
security of Git operations within the app-proxy environment.
Additionally, it removes the WORKFLOW_PIPELINES_WEBHOOKS_TLS_SECRET
variable to streamline the configuration.
* chore: remove GIT_SSL_CAINFO environment variable from container config
This change removes the GIT_SSL_CAINFO variable from the environment
variables defined for the cap-app-proxy container. This adjustment
ensures that the configuration aligns with the current security
standards and practices.1 parent b25fc1d commit eaa66aa
File tree
1 file changed
+0
-1
lines changed- charts/gitops-runtime/templates/app-proxy
1 file changed
+0
-1
lines changedLines changed: 0 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
15 | | - | |
16 | 15 | | |
17 | 16 | | |
18 | 17 | | |
| |||
0 commit comments