Skip to content

Commit

Permalink
f
Browse files Browse the repository at this point in the history
  • Loading branch information
emosbaugh committed Jul 25, 2024
1 parent 4e1f0b8 commit 0c8a3bb
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions pkg/helpers/addon.go
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
package helpers

import "fmt"

func AddonImageFromComponentName(componentName string) string {
return fmt.Sprintf("proxy.replicated.com/anonymous/replicated/ec-%s", componentName)
}

0 comments on commit 0c8a3bb

Please sign in to comment.