docs icon indicating copy to clipboard operation
docs copied to clipboard

Document Codefresh Best Practices

Open osterman opened this issue 7 years ago • 2 comments
trafficstars

what

  • List some of our best practices as it relates to codefresh

osterman avatar Jun 10 '18 21:06 osterman

Managing Secrets

Use chamber with terraform-aws-iam-chamber-user

Naming Kubernetes Contexts

Use cluster name. e.g. us-west-2-staing-cloudposse-co

Use a codefresh.yml build file

Always include the pipeline manifest in the source repo. This allows it to be versioned along side the code it builds

Stick non-secrets in codefresh.yml

Set all non-secret values in the pipeline config so that they can be versioned.

osterman avatar Jun 10 '18 21:06 osterman

https://github.com/cloudposse/docs/pull/129/

osterman avatar Jun 11 '18 07:06 osterman