Skip to content

Commit

Permalink
fix(otel-operator): use correct certificate secret name
Browse files Browse the repository at this point in the history
  • Loading branch information
GeorgeMac committed Mar 5, 2024
1 parent 63ddd9e commit 512ec48
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion otel-operator/templates/certificates.cue
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ import (
kind: "Issuer"
name: "\(#config.metadata.name)-selfsigned-issuer"
}
secretName: "\(#config.metadata.name)-controller-manager-server-cert"
secretName: "\(#config.metadata.name)-controller-manager-service-cert"
subject: organizationalUnits: [
#config.metadata.name,
]
Expand Down

0 comments on commit 512ec48

Please sign in to comment.