https://github.com/spectrocloud/gitops-picard
GitOps for Picard Demo
https://github.com/spectrocloud/gitops-picard
Last synced: 5 months ago
JSON representation
GitOps for Picard Demo
- Host: GitHub
- URL: https://github.com/spectrocloud/gitops-picard
- Owner: spectrocloud
- Created: 2021-01-16T23:55:13.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2025-12-17T03:55:33.000Z (6 months ago)
- Last Synced: 2025-12-20T17:42:19.915Z (6 months ago)
- Language: HCL
- Size: 26.6 MB
- Stars: 1
- Watchers: 5
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# gitops-picard
Repo to maintain the Picard demo environment.
Make sure to specify the Github action secrets for Spectro Cloud in Github Settings -> Secrets:
SC_HOST: {{ The Spectro Cloud API endpoint, e.g: api.spectrocloud.com }}
SC_USERNAME: {{ Spectro Cloud user / service account username }}
SC_PASSWORD: {{ Spectro Cloud user / service account password }}
SC_PROJECT_NAME: {{ Spectro Cloud Project name, e.g: Default }}
The `.github/workflows` directory contains Github Action Workflow to show the plan.
Either use Concourse or Github Action to also apply the changes. Currently this demo env is using GitHub Action.