diff options
Diffstat (limited to 'helm/policy/components/policy-clamp-ac-k8s-ppnt/resources/config/KubernetesParticipantParameters.yaml')
-rw-r--r-- | helm/policy/components/policy-clamp-ac-k8s-ppnt/resources/config/KubernetesParticipantParameters.yaml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/helm/policy/components/policy-clamp-ac-k8s-ppnt/resources/config/KubernetesParticipantParameters.yaml b/helm/policy/components/policy-clamp-ac-k8s-ppnt/resources/config/KubernetesParticipantParameters.yaml index b8e210a1..070ec50f 100644 --- a/helm/policy/components/policy-clamp-ac-k8s-ppnt/resources/config/KubernetesParticipantParameters.yaml +++ b/helm/policy/components/policy-clamp-ac-k8s-ppnt/resources/config/KubernetesParticipantParameters.yaml @@ -42,7 +42,7 @@ participant: - topic: policy-acruntime-participant servers: - - {{ .Values.global.kafkaServer }}:9092 + - "{{ .Values.global.kafkaServer }}:9092" topicCommInfrastructure: kafka fetchTimeout: 15000 useHttps: false @@ -50,7 +50,7 @@ participant: - topic: policy-acruntime-participant servers: - - {{ .Values.global.kafkaServer }}:9092 + - "{{ .Values.global.kafkaServer }}:9092" topicCommInfrastructure: kafka useHttps: false participantSupportedElementTypes: |