1 min readAug 17, 2019
`envsubst` can be used instead rather than tampering with the standard YAML configuration file.
cat <filename>.yaml | envsubst | kubectl apply -f -
`envsubst` can be used instead rather than tampering with the standard YAML configuration file.
cat <filename>.yaml | envsubst | kubectl apply -f -