sparse-intern-71089
10/05/2022, 7:48 PMbillowy-army-68599
data:
something: ${dockerHubCredentials}
straight-arm-50771
10/05/2022, 8:09 PM${dockerHubCredentials}
, it works.
The pulumi up return recognizes it as a JSON:
Outputs:
debugDeployment: "stage"
debugDomain : "<http://example.com|example.com>"
debugRegCred : (json) {
.dockerconfigjson: "my-base64-encoded-config"
}
helmDeploy : "foo/bar"
k8s : "10.10.10.10"
straight-arm-50771
10/05/2022, 8:10 PMkubernetes:yaml:ConfigFile
not being available yetstraight-arm-50771
10/05/2022, 8:10 PMstraight-arm-50771
10/05/2022, 8:12 PMstraight-arm-50771
10/05/2022, 8:12 PMbillowy-army-68599
.dockerconfigjson
part from the retrieved secret, and only have it return the secret itself, then you can do
.dockerconfigjson: ${dockerHubCredentials}
billowy-army-68599
straight-arm-50771
10/05/2022, 8:19 PM