File tree 1 file changed +16
-0
lines changed
charts/opserver/templates
1 file changed +16
-0
lines changed Original file line number Diff line number Diff line change @@ -135,6 +135,22 @@ spec:
135
135
value : " profile"
136
136
{{- end }}
137
137
138
+ - name : SQL_STATUS_USERNAME
139
+ valueFrom :
140
+ secretKeyRef :
141
+ name : {{ .Values.sqlExternalSecret.targetName }}
142
+ key : {{ .Values.sqlExternalSecret.remoteRefs.sqlStatusUsername }}
143
+
144
+ - name : SQL_STATUS_PASSWORD
145
+ valueFrom :
146
+ secretKeyRef :
147
+ name : {{ .Values.sqlExternalSecret.targetName }}
148
+ key : {{ .Values.sqlExternalSecret.remoteRefs.sqlStatusPassword }}
149
+
150
+ - name : Modules__Sql__defaultConnectionString
151
+ value : " Server=$ServerName$;Database=master;User ID=$(SQL_STATUS_USERNAME);Password=$(SQL_STATUS_PASSWORD);TrustServerCertificate=True;MultiSubnetFailover=True"
152
+
153
+
138
154
{{- if hasKey .Values.opserverSettings "exceptions" }}
139
155
- name : SQL_EXCEPTIONAL_USERNAME
140
156
valueFrom :
You can’t perform that action at this time.
0 commit comments