Spryker Harness for Workspace
To use this harness:
- Install Workspace
- Run
ws create <projectName> inviqa/spryker:v1.6.0 - Fill in project-specific AWS and Github credentials, set as blank if you don't need them
- Change to the directory:
cd <projectName> - Create an initial commit, ensuring that
workspace.override.ymlis not added to git:
git init
git add .
git commit -m "Initial commit"- Store the
workspace.override.ymlcontents in a suitable location (such as LastPass).
To generate and encrypt secrets for pipeline environments: https://github.com/inviqa/k8s-project-cluster/blob/0.1.x-dev/docs/cluster-management/sealed-secrets/README.md