Skip to content

Commit

Permalink
Merge pull request #2097 from CrowleyRajapakse/new-main4
Browse files Browse the repository at this point in the history
Fixing helm configuration issue
  • Loading branch information
Krishanx92 authored Mar 7, 2024
2 parents 2de4447 + 0e74069 commit 8194485
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ data:
[commoncontroller.controlplane]
enabled = {{ .Values.wso2.apk.dp.commonController.deployment.controlplane.enabled | default false }}
host = "{{ .Values.wso2.apk.dp.commonController.deployment.controlplane.host | default "apim-apk-agent-service.apk.svc.cluster.local" }}"
eventPort = "{{ .Values.wso2.apk.dp.commonController.deployment.controlplane.port | default "18000" }}"
eventPort = {{ .Values.wso2.apk.dp.commonController.deployment.controlplane.port | default 18000 }}
skipSSLVerification = {{ .Values.wso2.apk.dp.commonController.deployment.controlplane.skipSSLVerification | default false }}
{{- if .Values.wso2.apk.dp.commonController.deployment.controlplane.persistence }}
[commoncontroller.controlplane.persistence]
Expand Down

0 comments on commit 8194485

Please sign in to comment.