docs
docs copied to clipboard
Document Codefresh Best Practices
trafficstars
what
- List some of our best practices as it relates to codefresh
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.
https://github.com/cloudposse/docs/pull/129/