hey guys, trying to get access to a private regist...
# general
b
hey guys, trying to get access to a private registry for a docker image (via pulumi obvs). Using this
Copy code
// make sure to
	_, err = yaml.NewConfigGroup(ctx, fmt.Sprintf("axiomdb-yaml-config-group-%s", w.targetEnv), &yaml.ConfigGroupArgs{
		Files: []string{yamlSctsFile}},
	)
	if err != nil {
		return err
	}