Skip to content

Commit

Permalink
Merge pull request #18 from abdrabo/master
Browse files Browse the repository at this point in the history
Create chassis resources with secrets too
  • Loading branch information
nnuss authored Sep 4, 2020
2 parents 80e1f6b + 8ebc778 commit db61d45
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/butler/configure.go
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ func (b *Butler) configureAsset(config []byte, asset *asset.Asset) (err error) {

//Setup a resource instance
//Get any templated values in the asset config rendered
resourceInstance := resource.Resource{Log: log, Asset: asset}
resourceInstance := resource.Resource{Log: log, Asset: asset, Secrets: b.Secrets}

renderedConfig := resourceInstance.LoadConfigResources(config)
if renderedConfig == nil {
Expand Down

0 comments on commit db61d45

Please sign in to comment.