Skip to content

Commit

Permalink
fixing helm configuration issue
Browse files Browse the repository at this point in the history
  • Loading branch information
CrowleyRajapakse committed Mar 7, 2024
1 parent 2de4447 commit 0e74069
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 0e74069

Please sign in to comment.