Skip to content

Commit

Permalink
Fix formatting on values
Browse files Browse the repository at this point in the history
  • Loading branch information
WouterDeKort committed Nov 20, 2024
1 parent 86513f0 commit 7f4eb0c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion charts/opserver/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@ spec:
key: {{ .Values.sqlExternalSecret.remoteRefs.exceptionalServerName }}

- name: EXCEPTIONAL__STORE__CONNECTIONSTRING
value: Server=$(SQL_EXCEPTIONAL_SERVERNAME),1433;Database={{ .Values.db.exceptionalDbName }};Persist Security Info=False;User ID=$(SQL_EXCEPTIONAL_USERNAME);Password=$(SQL_EXCEPTIONAL_PASSWORD);MultipleActiveResultSets=False;Encrypt=True;TrustServerCertificate=True;Connection Timeout=30;MultiSubnetFailover=True
value: Server=$(SQL_EXCEPTIONAL_SERVERNAME),1433;Database={{ .Values.db.exceptionalDbName }};Persist Security Info=False;User ID=$(SQL_EXCEPTIONAL_USERNAME);Password=$(SQL_EXCEPTIONAL_PASSWORD);MultipleActiveResultSets=False;Encrypt=True;TrustServerCertificate=True;Connection Timeout=30;MultiSubnetFailover=True
{{- end }}

topologySpreadConstraints:
Expand Down

0 comments on commit 7f4eb0c

Please sign in to comment.