Skip to content

Commit 2179f90

Browse files
authored
Add externalSecret parameters to Helm
1 parent 91c4d1a commit 2179f90

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

az-cd-pipeline-prod.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,5 +131,5 @@ stages:
131131
chartType: 'FilePath'
132132
chartPath: '$(System.ArtifactsDirectory)/drop/greencity-user-chart'
133133
releaseName: 'user'
134-
overrideValues: 'ingress.hostname=greencity-user.pick-up.city,deployment.image=skyere/greencityuser:$(Build.BuildId)'
134+
overrideValues: 'ingress.hostname=greencity-user.pick-up.city,deployment.image=skyere/greencityuser:$(Build.BuildId),externalSecret.tenantId=20002ba7-39e2-4b00-adc3-3926758f2008,externalSecret.vaultUrl=https://greencity-values.vault.azure.net'
135135
arguments: '--debug'

0 commit comments

Comments
 (0)