Skip to content

Commit

Permalink
Persist mssql config secret
Browse files Browse the repository at this point in the history
Signed-off-by: Neaj Morshad <neaj@appscode.com>
  • Loading branch information
Neaj-Morshad-101 committed Oct 7, 2024
1 parent 7586cce commit aa5d7eb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions apis/kubedb/v1alpha2/mssqlserver_helpers.go
Original file line number Diff line number Diff line change
Expand Up @@ -245,6 +245,7 @@ func (m *MSSQLServer) GetPersistentSecrets() []string {
secrets = append(secrets, m.EndpointCertSecretName())
secrets = append(secrets, m.DbmLoginSecretName())
secrets = append(secrets, m.MasterKeySecretName())
secrets = append(secrets, m.ConfigSecretName())

return secrets
}
Expand Down

0 comments on commit aa5d7eb

Please sign in to comment.