fix(ci): was not deploying

Error: UPGRADE FAILED: template: plateforme-ebs/templates/fixtures-job.yaml:1:14: executing "plateforme-ebs/templates/fixtures-job.yaml" at <.Values.php.fixtureJob.enabled>: can't evaluate field enabled in type interface {}
This commit is contained in:
Slim Amamou 2024-10-28 11:47:59 +01:00
parent 7e50abfdb6
commit aa2565697e

View file

@ -135,8 +135,8 @@ jobs:
--set=php.storage.key="${{ secrets.storage-key }}" \ --set=php.storage.key="${{ secrets.storage-key }}" \
--set=php.storage.secret="${{ secrets.storage-secret-key }}" \ --set=php.storage.secret="${{ secrets.storage-secret-key }}" \
--set=php.trustedHosts[2]=${{ needs.meta.outputs.trusted_host }} \ --set=php.trustedHosts[2]=${{ needs.meta.outputs.trusted_host }} \
--set=php.fixtureJob=false --set=php.fixtureJob.enabled=false
--set=php.fixtureCron=false --set=php.fixtureCron.enabled=false
--values ./helm/chart/values-${{ needs.meta.outputs.context }}.yml \ --values ./helm/chart/values-${{ needs.meta.outputs.context }}.yml \
| sed --unbuffered '/USER-SUPPLIED VALUES/,$d' ; then | sed --unbuffered '/USER-SUPPLIED VALUES/,$d' ; then
echo "Deployment has failed!" echo "Deployment has failed!"