Skip to content

Commit

Permalink
Merge pull request Azure#19 from jddarby/jdd/fix-depends-on
Browse files Browse the repository at this point in the history
fix CNF depends on
  • Loading branch information
jddarby committed Jun 6, 2023
2 parents dda5957 + cdfde0f commit 25d05b1
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,9 @@ resource nfdv 'Microsoft.Hybridnetwork/publishers/networkfunctiondefinitiongroup
{
artifactType: 'HelmPackage'
name: '{{ configuration.name }}'
dependsOnProfile: {{ configuration.dependsOnProfile }}
dependsOnProfile: {
installDependsOn: {{ configuration.dependsOnProfile }}
}
artifactProfile: {
artifactStore: {
id: acrArtifactStore.id
Expand Down

0 comments on commit 25d05b1

Please sign in to comment.