Skip to content

Commit

Permalink
Merge branch 'release-1.15' into add-generate-certs-command
Browse files Browse the repository at this point in the history
  • Loading branch information
antontroshin authored Feb 15, 2025
2 parents 980a544 + a968b18 commit bcc707c
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 @@ -43,7 +43,7 @@ func GetDaprControlPlaneCurrentConfig() (*v1alpha1.Configuration, error) {
if err != nil {
return nil, err
}
output, err := utils.RunCmdAndWait("kubectl", "get", "configurations/daprsystem", "-n", namespace, "-o", "json")
output, err := utils.RunCmdAndWait("kubectl", "get", "configurations.dapr.io/daprsystem", "-n", namespace, "-o", "json")
if err != nil {
return nil, err
}
Expand Down

0 comments on commit bcc707c

Please sign in to comment.