https://pulumi.com logo
m

most-lighter-95902

07/06/2022, 11:21 PM
Hi does anyone know if I can use
valueYamlFiles
and
values
together where the
valueYamlFiles
yaml is referencing some values from
values
object using this kind of templating syntax:
Copy code
storage:
  type: s3
  bucketName: "{{ .Values.userSettings.bucketName }}"
4 Views