Skip to content

Commit

Permalink
fix CNF depends on
Browse files Browse the repository at this point in the history
  • Loading branch information
jddarby committed Jun 6, 2023
1 parent dda5957 commit cdfde0f
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 cdfde0f

Please sign in to comment.