👷(helm) preprod configuration

This PR adds the preprod configuration
for the helm chart.
This commit is contained in:
Jacques ROUSSEL
2024-05-24 12:29:22 +02:00
committed by Anthony LC
parent 06af320d61
commit 72bb079f10
6 changed files with 297 additions and 47 deletions

View File

@@ -70,6 +70,11 @@ environments:
- version: 0.0.1
secrets:
- env.d/{{ .Environment.Name }}/secrets.enc.yaml
preprod:
values:
- version: 0.0.1
secrets:
- env.d/{{ .Environment.Name }}/secrets.enc.yaml
production:
values:
- version: 0.0.1