Skip to content

Commit

Permalink
Fix operator pod crash (#397)
Browse files Browse the repository at this point in the history
  • Loading branch information
youngbupark authored Jul 14, 2020
1 parent 5f9cb75 commit a45842c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/kubernetes/configuration.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import (
func GetDefaultConfiguration() v1alpha1.Configuration {
return v1alpha1.Configuration{
ObjectMeta: meta_v1.ObjectMeta{
Name: "default",
Name: "daprsystem",
},
Spec: v1alpha1.ConfigurationSpec{
MTLSSpec: v1alpha1.MTLSSpec{
Expand Down

0 comments on commit a45842c

Please sign in to comment.