Skip to content

Commit eaa66aa

Browse files
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

1 file changed

+0
-1
lines changed

charts/gitops-runtime/templates/app-proxy/_app-proxy-env.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ GIT_USERNAME: {{ .Values.global.runtime.gitCredentials.username }}
1212
GIT_PASSWORD:
1313
{{- include "codefresh-gitops-runtime.runtime-gitcreds.password.env-var-value" . | nindent 2 }}
1414
{{- end }}
15-
WORKFLOW_PIPELINES_WEBHOOKS_TLS_SECRET: codefresh-workflow-pipelines-tls
1615
{{- /* Target account id, used for hosted runtimes registration. Not used in hybrid */}}
1716
{{- if .Values.global.runtime.codefreshHosted }}
1817
INSTALLATION_TYPE: HELM_HOSTED

0 commit comments

Comments
 (0)