Skip to content

Commit 22d07fa

Browse files
committed
Change cr.yaml
1 parent 36dec51 commit 22d07fa

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

3-continuous-deployment/flux/services/producer/main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ type message struct {
4141
}
4242

4343
func main() {
44-
log.Println("Running producer...")
44+
log.Println("Running producer ...")
4545
prometheus.Register(bmetric)
4646
tp, err := tracex.NewProvider("http://jaeger-collector:14268/api/traces")
4747
if err != nil {

cr.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
owner: filhodanuvem
2-
git-base-url: https://api.github.com/
2+
git-repo: from-dev-to-ops
3+
package-path: .deploy

0 commit comments

Comments
 (0)