Skip to content

Instantly share code, notes, and snippets.

@dnmgns
Created February 13, 2020 14:24
Show Gist options
  • Save dnmgns/2c6700b912e11636211febdbf5be280d to your computer and use it in GitHub Desktop.
Save dnmgns/2c6700b912e11636211febdbf5be280d to your computer and use it in GitHub Desktop.
ytt --ignore-unknown-comments=true \
-f install.yaml \
-f overlay.yaml \
-f data.yaml \
--data-value argocd_hostname=argocd.example.com  \
--data-value argocd_admin_pwd=$(bcrypt-hash -c 10 'TheCatSaysMeow')  \
--data-value argocd_admin_pwd_mtime=$(date +%FT%T%Z)  \
--data-value certificate_arn=arn:aws:acm:us-east-1:12345:certificate/35bfd6f4-e234–41d6-bb21-eb9ec8adfe91
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment